aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-02-17 09:01:10 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-02-17 09:01:10 +0000
commit1034310476481a271c235d465ebf949c032d43f0 (patch)
tree3bd245f2c14e088931d60dd4ca0419d2f48d0b55 /graphics
parent2473971c5c4131854f3fbd34df53a63c6d4a4bc5 (diff)
downloadports-1034310476481a271c235d465ebf949c032d43f0.tar.gz
ports-1034310476481a271c235d465ebf949c032d43f0.zip
- make portlint happy
Notes
Notes: svn path=/head/; revision=185357
Diffstat (limited to 'graphics')
-rw-r--r--graphics/giflib/Makefile5
-rw-r--r--graphics/libungif/Makefile5
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=''