diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-28 23:13:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-28 23:13:41 +0000 |
commit | 513bef5022844e46fe073d33c4a5d2c3cf0ba80f (patch) | |
tree | dc71193d28a5ff4517066da05843789f9c5a6f87 /graphics/gimp/Makefile | |
parent | Add libpci, an API to read and write PCI configuration registers. (diff) |
Update to 1.3.16.
Notes
Notes:
svn path=/head/; revision=83792
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 023c718c1b4d..48614c3c9b71 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gimp -PORTVERSION= 1.3.15 +PORTVERSION= 1.3.16 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -54,10 +54,10 @@ USE_PYTHON= yes BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk2 CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON:="" +PLIST_SUB+= PYTHON:="" .else CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON:="@comment " +PLIST_SUB+= PYTHON:="@comment " .endif .if defined(WITHOUT_PRINT) @@ -74,7 +74,7 @@ WITH_HTML_HELP_BROWSER= yes .if ${HAVE_GNOME:Mgnomepanel}!="" USE_GNOME+= gnomepanel -CONFIGURE_ARGS+= --with-gnome-datadir=${X11BASE}/share/gnome +CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome PKGNAMESUFFIX= -gnome .endif |