diff options
author | jseger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
commit | 404c789b99f73943ae9b2fc4c44599e6a5815c3e (patch) | |
tree | 3175ab9c2720379676a44e52680ecfccc51e6e7a /graphics/gimp1/Makefile | |
parent | 39e1cbd7a121962872f9c69b7e75a905a5db33a7 (diff) | |
download | FreeBSD-ports-404c789b99f73943ae9b2fc4c44599e6a5815c3e.zip FreeBSD-ports-404c789b99f73943ae9b2fc4c44599e6a5815c3e.tar.gz |
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 10eba45..790c67c 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.48 1998/09/30 14:52:20 vanilla Exp $ +# $Id: Makefile,v 1.49 1998/10/19 14:14:19 vanilla Exp $ # DISTNAME= gimp-1.0.2 @@ -21,7 +21,7 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg 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+= tiff.1:${PORTSDIR}/graphics/tiff34 LIB_DEPENDS+= xdelta.0:${PORTSDIR}/misc/xdelta USE_X_PREFIX= yes @@ -29,7 +29,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-xdelta=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - -I${LOCALBASE}/include/tiff34" \ + -I${LOCALBASE}/include" \ LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' MAN1= gimp.1 gimptool.1 |