diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-21 08:01:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-21 08:01:14 +0800 |
commit | 1852ea286287245474acd103ab3b64546de7ccbf (patch) | |
tree | 576a2ae24148e2d54551e9cbba13beb2244dbb50 /graphics/gimp-app | |
parent | b020b08a125c1c0c6fb3393d5a63a529d9af6bc0 (diff) | |
download | marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.tar.gz marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.tar.zst marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.zip |
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10883 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index c16327430..8f27e3e8e 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,12 +3,12 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.20 2008/03/24 14:24:58 ahze Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.21 2008/04/15 18:36:35 ahze Exp $ # PORTNAME= gimp-app DISTVERSION= 2.4.5 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -38,7 +38,7 @@ CONFLICTS= gimp-app-devel-[0-9]* USE_BZIP2= yes USE_GETTEXT= yes -USE_XPM= yes +USE_XORG= xpm xmu xext USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack desktopfileutils |