aboutsummaryrefslogtreecommitdiff
path: root/mail/spamprobe
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2012-02-24 06:58:33 +0000
committerStefan Walter <stefan@FreeBSD.org>2012-02-24 06:58:33 +0000
commit066d270f88778a0a44457cba73421ceed129e589 (patch)
tree8258164a7bb04c9a68a57a630c40a70b08d9aa5a /mail/spamprobe
parent667ed6ab6c3290a385c51b72ae4a69d9720f8e51 (diff)
downloadports-066d270f88778a0a44457cba73421ceed129e589.tar.gz
ports-066d270f88778a0a44457cba73421ceed129e589.zip
Notes
Diffstat (limited to 'mail/spamprobe')
-rw-r--r--mail/spamprobe/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile
index 616f42c06e07..56d95f7ab336 100644
--- a/mail/spamprobe/Makefile
+++ b/mail/spamprobe/Makefile
@@ -7,14 +7,14 @@
# Available options for this port:
# WITHOUT_PBL - disable support for PBL database storage
# WITHOUT_BDB - disable support for BDB database storage
-# WITHOUT_UNGIF - disable analysis of image attachments using libungif
+# WITHOUT_GIF - disable analysis of image attachments using giflib
# WITHOUT_PNG - disable analysis of image attachments using libpng
# WITHOUT_JPEG - disable analysis of image attachments using libjpeg
#
PORTNAME= spamprobe
PORTVERSION= 1.4d
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail
MASTER_SITES= SF
@@ -43,11 +43,11 @@ CPPFLAGS+= -I${BDB_INCLUDE_DIR} -DUSE_DB=1
LDFLAGS+= -L${LOCALBASE}/lib -l${BDB_LIB_NAME}
.endif
-# libungif support
+# giflib support
.if defined(WITHOUT_UNGIF)
CONFIGURE_ARGS+= --without-gif
.else
-LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif
+LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.endif