From 066d270f88778a0a44457cba73421ceed129e589 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Fri, 24 Feb 2012 06:58:33 +0000 Subject: Use giflib instead of the now obsolte libungif. PR: 165374 Submitted by: swills --- mail/spamprobe/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/spamprobe') 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 -- cgit v1.2.3