aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-04-06 13:22:21 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-04-06 13:22:21 +0000
commit17d4f0f93108b226f952604ab9af3f4dc0d84b5d (patch)
tree4447a103cc8f1ff5f88dc242d87434e7976c9df5 /graphics/gimp-app-devel
parentd6b6169f8a6563701f6e6bb4715cb8d872e21c34 (diff)
Notes
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r--graphics/gimp-app-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index abae102224cb..e6f701aa59ed 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/Makefile
@@ -6,7 +6,7 @@
# $MCom: ports/graphics/gimp-app-devel/Makefile,v 1.12 2007/04/03 17:41:42 ahze Exp $
#
-PORTNAME= gimp
+PORTNAME= gimp-app
PORTVERSION= 2.3.15
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
@@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}
-PKGNAMESUFFIX?= -app-devel
+DISTNAME= gimp-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNU Image Manipulation Program development version
@@ -55,7 +55,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GIMP_THREAD_LIBS=${PTHREAD_LIBS}
.if !defined(GIMP_SLAVE)
-OPTIONS= DEBUG "debugging" off \
+OPTIONS?= DEBUG "debugging" off \
MP "multiple processor support" off \
RSVG "SVG format support" on
.endif