diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 13:19:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 13:19:17 +0800 |
commit | b087dfe1c76d6f0ee444507df8d0d7d75d5ac154 (patch) | |
tree | 0a987d6999f5550fd6d808fe7a48c99ac87efa2f | |
parent | 24526d65880773842dd4163b0b57b7596ba63bbc (diff) | |
download | freebsd-ports-gnome-b087dfe1c76d6f0ee444507df8d0d7d75d5ac154.tar.gz freebsd-ports-gnome-b087dfe1c76d6f0ee444507df8d0d7d75d5ac154.tar.zst freebsd-ports-gnome-b087dfe1c76d6f0ee444507df8d0d7d75d5ac154.zip |
- Stage support
-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 |