diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
commit | d57d33c65548773bf1859e72b5505ce398a739ca (patch) | |
tree | a656e451c71e7e7c0b7004a09a731c2b990891a0 /graphics/gimp1/Makefile | |
parent | Upgrade to v2.3.3. (diff) |
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Notes
Notes:
svn path=/head/; revision=14889
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 10eba4561bb8..790c67cd93ae 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 |