diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:19:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:19:17 +0000 |
commit | 31d2170e099fd7a91faae381185fa645b44481c8 (patch) | |
tree | 0a987d6999f5550fd6d808fe7a48c99ac87efa2f /devel | |
parent | c33f9aea66ec9579f2350b9dc563a6c10f507474 (diff) | |
download | ports-31d2170e099fd7a91faae381185fa645b44481c8.tar.gz ports-31d2170e099fd7a91faae381185fa645b44481c8.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=344646
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libIDL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index a1ff64197bf9..fe288a30b667 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -12,9 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A library for creating trees of CORBA IDL files -USES= bison pathfix pkgconfig gettext +USES= gmake bison pathfix pkgconfig gettext USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes |