diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-02-17 17:01:10 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-02-17 17:01:10 +0800 |
commit | b57c5fa5efc077c2d30cdc2ece6968f22873b788 (patch) | |
tree | ae5dfb327afdd95aa8c9299e593b2522b04ab594 /graphics | |
parent | 008f46d68b184866a719fdc6dd409021992b8d82 (diff) | |
download | freebsd-ports-gnome-b57c5fa5efc077c2d30cdc2ece6968f22873b788.tar.gz freebsd-ports-gnome-b57c5fa5efc077c2d30cdc2ece6968f22873b788.tar.zst freebsd-ports-gnome-b57c5fa5efc077c2d30cdc2ece6968f22873b788.zip |
- make portlint happy
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giflib/Makefile | 5 | ||||
-rw-r--r-- | graphics/libungif/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 8e3eff68336e..7de73eb4505a 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/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='' 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='' |