diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-17 09:01:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-17 09:01:10 +0000 |
commit | 1034310476481a271c235d465ebf949c032d43f0 (patch) | |
tree | 3bd245f2c14e088931d60dd4ca0419d2f48d0b55 /graphics/libungif | |
parent | 2473971c5c4131854f3fbd34df53a63c6d4a4bc5 (diff) |
Notes
Diffstat (limited to 'graphics/libungif')
-rw-r--r-- | graphics/libungif/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index 8e3eff68336e..7de73eb4505a 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -11,12 +11,13 @@ PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= ${NOX11SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with GIF images -USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes @@ -24,7 +25,7 @@ USE_LDCONFIG= yes .if defined(WITHOUT_X11) PLIST_SUB+= X11='@comment ' CONFIGURE_ARGS+= --with-x=no -PKGNAMESUFFIX= -nox11 +NOX11SUFFIX= -nox11 .else USE_XLIB= yes PLIST_SUB+= X11='' |