diff options
Diffstat (limited to 'graphics/libungif/Makefile')
-rw-r--r-- | graphics/libungif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index aea4a8c2e3ff..ce28c53dd9fe 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -7,6 +7,7 @@ PORTNAME= libungif PORTVERSION= 4.1.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tools and library routines for working with GIF images USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes |