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/libIDL | |
parent | 9fa5d4e59f0a1ef12f3c6956ba954548f38e4c6f (diff) | |
download | freebsd-ports-68dd04711b0233ebc022eba4d73ae69a15ab9377.zip |
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257
Diffstat (limited to 'devel/libIDL')
-rw-r--r-- | devel/libIDL/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index 604680a89fd7..9f99ed56b24b 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -8,6 +8,7 @@ PORTNAME= libIDL PORTVERSION= 0.8.14 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,6 +18,7 @@ COMMENT= A library for creating trees of CORBA IDL files USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_BISON= build USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes |