diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-25 18:01:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-08-25 18:01:29 +0000 |
commit | e774eaca46888b8ca84282d5abc7ca3ce6bc1604 (patch) | |
tree | 4a55e9ecffad291f3374af60eb1a9f424024d94b /graphics/gimp/Makefile | |
parent | 539f72eaa72248d02be4087538c12bdd76fe6147 (diff) | |
download | ports-e774eaca46888b8ca84282d5abc7ca3ce6bc1604.tar.gz ports-e774eaca46888b8ca84282d5abc7ca3ce6bc1604.zip |
Notes
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 6eb2fbf4be1f..69f6414e7c5e 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gimp -PORTVERSION= 2.2.11 +PORTVERSION= 2.2.13 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -41,12 +41,13 @@ GNU_CONFIGURE= yes USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 WANT_GNOME= yes USE_GETTEXT= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_SUB= SHLIBVER="${SHLIBVER}" CONFIGURE_ARGS= --disable-perl \ --with-html-dir=${DOCSDIR} \ --disable-gtk-doc \ - --enable-static + --enable-static \ + --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |