summaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-01-29 19:55:31 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-01-29 19:55:31 +0000
commit4ccea7f9758d2aabf997559faafa74ef79835f8e (patch)
tree28622c1928202892a2750445053f3d198cfaba6b /graphics/gimp
parentApparently the maintainer still exists but with a new email address. (diff)
- Fix JPEG pkg-plist
Notes
Notes: svn path=/head/; revision=127648
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 3a7f9b3fe162..cac02af5ad60 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -96,7 +96,7 @@ CONFIGURE_ARGS+= --without-libjpeg
PLIST_SUB+= JPEG="@comment "
.else
LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
-PLIST_SUB+= JPEG:=""
+PLIST_SUB+= JPEG=""
.endif
.if defined(WITHOUT_TIFF)