diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-05 01:19:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-05 01:19:38 +0800 |
commit | 662d2847a1a96a740bc718b7da939f1d912be8f7 (patch) | |
tree | 9bae80df70640b14b880b48f23cfb1bc937fe607 /devel/ORBit | |
parent | 338e6c8b2e6958125531f65103eaf6465714a0d4 (diff) | |
download | freebsd-ports-gnome-662d2847a1a96a740bc718b7da939f1d912be8f7.tar.gz freebsd-ports-gnome-662d2847a1a96a740bc718b7da939f1d912be8f7.tar.zst freebsd-ports-gnome-662d2847a1a96a740bc718b7da939f1d912be8f7.zip |
Convert to USE_GNOMENG.
Diffstat (limited to 'devel/ORBit')
-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 |