diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-19 23:53:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-19 23:53:01 +0800 |
commit | fb7dc5c25fe9c82dd1bbe7ec3c1f841835bfad38 (patch) | |
tree | bcfe79147e82ea3bba7b00c203fcc914d8cec568 /devel | |
parent | dccb37436a4653a777bd6b9a4c0c2054b3d7ef9d (diff) | |
download | freebsd-ports-gnome-fb7dc5c25fe9c82dd1bbe7ec3c1f841835bfad38.tar.gz freebsd-ports-gnome-fb7dc5c25fe9c82dd1bbe7ec3c1f841835bfad38.tar.zst freebsd-ports-gnome-fb7dc5c25fe9c82dd1bbe7ec3c1f841835bfad38.zip |
* Remove the need for X, and instal this port in ${LOCALBASE}
* Correct the plist to include the ORBit backends
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/orbitcpp/Makefile | 3 | ||||
-rw-r--r-- | devel/orbitcpp/pkg-plist | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/orbitcpp/Makefile b/devel/orbitcpp/Makefile index 710260d8d767..1736494ac114 100644 --- a/devel/orbitcpp/Makefile +++ b/devel/orbitcpp/Makefile @@ -7,6 +7,7 @@ PORTNAME= orbitcpp PORTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -15,10 +16,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= C++ bindings for ORBit, a CORBA 2.2-compliant ORB USE_BZIP2= yes -USE_X_PREFIX= yes USE_GNOME= gnomehack orbit2 USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/orbitcpp/pkg-plist b/devel/orbitcpp/pkg-plist index 34e8012cd6df..741f4e12df2f 100644 --- a/devel/orbitcpp/pkg-plist +++ b/devel/orbitcpp/pkg-plist @@ -35,6 +35,9 @@ include/orbitcpp-2.0/orbitcpp/orb-cpp/smartpointers/string_var.h lib/libORBit-2-cpp.a lib/libORBit-2-cpp.so lib/libORBit-2-cpp.so.6 +lib/orbit-2.0/idl-backends/libORBit-idl-backend-cpp.a +lib/orbit-2.0/idl-backends/libORBit-idl-backend-cpp.so +lib/orbit-2.0/idl-backends/libORBit-idl-backend-cpp.so.6 libdata/pkgconfig/ORBit-2.0-cpp.pc @dirrm include/orbitcpp-2.0/orbitcpp/orb-cpp/smartpointers @dirrm include/orbitcpp-2.0/orbitcpp/orb-cpp |