aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-07-03 12:55:55 +0800
committermarcus <marcus@FreeBSD.org>2005-07-03 12:55:55 +0800
commitd6d0fe982c4d0ec52a80e398026093aba23d3327 (patch)
tree0c3e22fce33b668e6be8aa82627eb53c253fe494 /graphics
parentc06060a25a77c3263f79e30d470dfc44aa1c4e22 (diff)
downloadfreebsd-ports-gnome-d6d0fe982c4d0ec52a80e398026093aba23d3327.tar.gz
freebsd-ports-gnome-d6d0fe982c4d0ec52a80e398026093aba23d3327.tar.zst
freebsd-ports-gnome-d6d0fe982c4d0ec52a80e398026093aba23d3327.zip
Fix a portlint warning.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-app/Makefile2
-rw-r--r--graphics/gimp/Makefile2
-rw-r--r--graphics/gimpshop/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 7fb7734e2852..d45284c72f80 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --enable-mp
USE_GNOME+= gnomepanel desktopfileutils
CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome
CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS}
-PKGNAMESUFFIX= -gnome
+PKGNAMESUFFIX:= -gnome
PLIST_SUB+= GNOMEPANEL:=""
GNOME_ENABLED= yes
.else
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 7fb7734e2852..d45284c72f80 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --enable-mp
USE_GNOME+= gnomepanel desktopfileutils
CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome
CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS}
-PKGNAMESUFFIX= -gnome
+PKGNAMESUFFIX:= -gnome
PLIST_SUB+= GNOMEPANEL:=""
GNOME_ENABLED= yes
.else
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile
index 7fb7734e2852..d45284c72f80 100644
--- a/graphics/gimpshop/Makefile
+++ b/graphics/gimpshop/Makefile
@@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --enable-mp
USE_GNOME+= gnomepanel desktopfileutils
CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome
CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS}
-PKGNAMESUFFIX= -gnome
+PKGNAMESUFFIX:= -gnome
PLIST_SUB+= GNOMEPANEL:=""
GNOME_ENABLED= yes
.else