diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /graphics/osgedit | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Notes
Notes:
svn path=/head/; revision=99914
Diffstat (limited to 'graphics/osgedit')
-rw-r--r-- | graphics/osgedit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/osgedit/Makefile b/graphics/osgedit/Makefile index 00d0a3dda81d..2e195ea20b5b 100644 --- a/graphics/osgedit/Makefile +++ b/graphics/osgedit/Makefile @@ -8,6 +8,7 @@ PORTNAME= osgedit PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,6 +22,7 @@ RUN_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui +USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |