diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-03 04:55:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-03 04:55:55 +0000 |
commit | 7fc56a8a9d1a62a6fb64b717759655a6a01511ba (patch) | |
tree | 9826b09aabb5f08ec4f311f4b7cd06695169df21 | |
parent | Fix a mismerge in the last OPTIONS patch. I forgot a line, but perl -cw (diff) |
Fix a portlint warning.
Notes
Notes:
svn path=/head/; revision=138367
-rw-r--r-- | graphics/gimp-app/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimpshop/Makefile | 2 |
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 |