diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /graphics/gimp-help | |
parent | - Add goocanvas (diff) |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'graphics/gimp-help')
-rw-r--r-- | graphics/gimp-help/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gimp-help/Makefile b/graphics/gimp-help/Makefile index ba71db5cf195..ba303a4c7b0a 100644 --- a/graphics/gimp-help/Makefile +++ b/graphics/gimp-help/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/graphics/gimp-help/Makefile,v 1.1 2006/07/18 13:04:28 ahze Exp $ PORTNAME= gimp-help PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ @@ -25,7 +25,6 @@ COMMENT= GIMP user's manual BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes |