diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-04 17:19:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-04 17:19:38 +0000 |
commit | c10874ab9ce1b54c4bb57d5c1c7075ae4bddef7f (patch) | |
tree | 713c89fee852d928fb08987872a52f8f8b208b1e /devel | |
parent | Update ports to version 1.2.3. (diff) |
Convert to USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=62434
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index db1658395785..2ce7e189ee01 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_GMAKE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 INSTALLS_SHLIB= yes USE_LIBTOOL= yes LIBTOOLFILES= configure popt/configure libIDL/configure |