diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-31 22:52:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-31 22:52:40 +0000 |
commit | 68dd04711b0233ebc022eba4d73ae69a15ab9377 (patch) | |
tree | 1e537896a657568a4a80d9789ac67d477a6fb2b0 /devel/ORBit2 | |
parent | 9fa5d4e59f0a1ef12f3c6956ba954548f38e4c6f (diff) |
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257
Notes
Notes:
svn path=/head/; revision=255418
Diffstat (limited to 'devel/ORBit2')
-rw-r--r-- | devel/ORBit2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index e71b399bece7..b2e074b2ef44 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -8,7 +8,7 @@ PORTNAME= ORBit2 PORTVERSION= 2.14.18 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,6 +21,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) USE_GMAKE= yes +USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 USE_GNOME= gnomehack libidl ltverhack referencehack |