diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
commit | a712d50fe2e5a88bf5f51cd1cb2c4c8380763ac7 (patch) | |
tree | 3c1fa1247def0c85d9a54415e7fb3593e27a671f /graphics/gimp1 | |
parent | fb7efe53957b6c0f8adb237aa12657f7d9cf953e (diff) | |
download | ports-a712d50fe2e5a88bf5f51cd1cb2c4c8380763ac7.tar.gz ports-a712d50fe2e5a88bf5f51cd1cb2c4c8380763ac7.zip |
Notes
Diffstat (limited to 'graphics/gimp1')
-rw-r--r-- | graphics/gimp1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index dfd0fe039e6c..c22b1bf1821b 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.41 1998/09/17 00:32:41 asami Exp $ +# $Id: Makefile,v 1.42 1998/09/17 00:50:47 asami Exp $ # DISTNAME= gimp-1.0.0 @@ -21,7 +21,7 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png -LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 +LIB_DEPENDS+= tiff34.1:${PORTSDIR}/graphics/tiff34 #LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta USE_X_PREFIX= yes |