diff options
author | ahze <ahze@FreeBSD.org> | 2007-07-25 22:26:02 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-07-25 22:26:02 +0800 |
commit | 97804ca560c7d599d484acf355b4221e417713a5 (patch) | |
tree | a1a950d57ab9bf12b3774076f61e4f3ab1b761f5 /graphics/gimp-app-devel/Makefile | |
parent | e325d61892e5f874e911f4f51e85a06f8b97bf3c (diff) | |
download | freebsd-ports-gnome-97804ca560c7d599d484acf355b4221e417713a5.tar.gz freebsd-ports-gnome-97804ca560c7d599d484acf355b4221e417713a5.tar.zst freebsd-ports-gnome-97804ca560c7d599d484acf355b4221e417713a5.zip |
- Update to 2.3.19
- Install gimp default binaries since gimp and gimp-devel already conflict [1]
PR: ports/114767 [1]
Submitted by: Henrik Brix Andersen [1]
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 289e041b1e12..24bac536f3f9 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gimp-app -PORTVERSION= 2.3.18 +PORTVERSION= 2.3.19 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -50,7 +50,8 @@ CONFIGURE_ARGS?=--disable-perl \ --without-print \ --disable-python \ --with-desktop-dir=${PREFIX}/share \ - --docdir=${PREFIX}/share/doc/gimp + --docdir=${PREFIX}/share/doc/gimp \ + --enable-default-binary CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ GIMP_THREAD_LIBS=${PTHREAD_LIBS} @@ -78,6 +79,11 @@ CONFLICTS= gimp-1.* gimp-app-[0-9]* MAN1+= gimp-2.3.1 gimp-remote-2.3.1 gimptool-2.0.1 MAN5+= gimprc-2.3.5 +MLINKS= gimp-2.3.1 gimp.1 \ + gimp-2.3.1 gimp-console-2.3.1 \ + gimp-console-2.3.1 gimp-console.1 \ + gimp-remote-2.3.1 gimp-remote.1 \ + gimprc-2.3.5 gimprc.5 .if defined(WITHOUT_RSVG) CONFIGURE_ARGS+= --without-librsvg |