diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 07:33:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 07:33:27 +0000 |
commit | d07300dd4eb23343a6e05f1e7eaad0193bc2e5fe (patch) | |
tree | b0267c78e6a127e17525ff4ec20f2452566d72bc /devel | |
parent | 1ae2d589348e0dda7bca9987559281c45709f28f (diff) | |
download | FreeBSD-ports-d07300dd4eb23343a6e05f1e7eaad0193bc2e5fe.zip FreeBSD-ports-d07300dd4eb23343a6e05f1e7eaad0193bc2e5fe.tar.gz |
Add USE_XLIB.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBacus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index fdebb59..28e3e9a 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -3,7 +3,7 @@ # Whom: ejc@bazzle.com # Version required: 3.0 # -# $Id: Makefile,v 1.12 1998/09/19 02:14:55 hoek Exp $ +# $Id: Makefile,v 1.13 1998/10/12 15:05:33 jseger Exp $ # DISTNAME= OB-3.0 @@ -19,6 +19,7 @@ BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \ BROKEN_ELF= depends on gcc28 and glibstdc++28 +USE_XLIB= yes HAS_CONFIGURE= yes CONFIGURE_ENV= CXX=g++28 CXXFLAGS="-O -pipe" MAN1= idl.1 |