diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 19:16:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 19:16:46 +0000 |
commit | fad19d1dfe7053ac90320dccbf9a3dc293b051ab (patch) | |
tree | 0762718d6d6a43f173f502a969b4d63e028d5b5a /devel/orbitcpp/Makefile | |
parent | 6c155167eca522b177500b5ecdb1c4d8831e8966 (diff) | |
download | ports-fad19d1dfe7053ac90320dccbf9a3dc293b051ab.tar.gz ports-fad19d1dfe7053ac90320dccbf9a3dc293b051ab.zip |
Notes
Diffstat (limited to 'devel/orbitcpp/Makefile')
-rw-r--r-- | devel/orbitcpp/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/orbitcpp/Makefile b/devel/orbitcpp/Makefile index cd5a1ff8d85b..710260d8d767 100644 --- a/devel/orbitcpp/Makefile +++ b/devel/orbitcpp/Makefile @@ -6,19 +6,17 @@ # PORTNAME= orbitcpp -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= C++ bindings for ORBit, a CORBA 2.2-compliant ORB -LIB_DEPENDS= ORBit-2.0:${PORTSDIR}/devel/ORBit2 - USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack orbit2 USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes |