diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-09-23 00:51:58 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-09-23 00:51:58 +0000 |
commit | ec24ecb67aa805f0c52f8c853c7d1936aad80fe5 (patch) | |
tree | a629c021063a0750a4e60d1a32bd88451faed648 /graphics/gimp/Makefile | |
parent | d9c0c3271c8e4472b927fc75c317476f110187a8 (diff) | |
download | FreeBSD-ports-ec24ecb67aa805f0c52f8c853c7d1936aad80fe5.zip FreeBSD-ports-ec24ecb67aa805f0c52f8c853c7d1936aad80fe5.tar.gz |
Convert gimp1's library to elf, and activate xdelta plugin.
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 82e0340..7a3f8f0 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.45 1998/09/22 16:19:14 asami Exp $ +# $Id: Makefile,v 1.46 1998/09/22 22:55:52 asami Exp $ # DISTNAME= gimp-1.0.0 @@ -22,7 +22,7 @@ LIB_DEPENDS+= gtk.1:${PORTSDIR}/x11-toolkits/gtk LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff34.1:${PORTSDIR}/graphics/tiff34 -#LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta +LIB_DEPENDS+= xdelta.0:${PORTSDIR}/misc/xdelta USE_X_PREFIX= yes GNU_CONFIGURE= yes @@ -42,5 +42,6 @@ post-install: cd ${WRKDIR}/gimp-data-extras-1.0.0; \ tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\ (cd ${PREFIX}/share/gimp/; tar -xvf -) + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |