diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-05-19 06:13:51 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-05-19 06:13:51 +0000 |
commit | 1d7cd048165d02734922dc3f6642530647117934 (patch) | |
tree | 301c67d11798600a92159f1fd71ad3e562dc5813 /devel/orbitcpp/Makefile | |
parent | f7cd6cbea092793892ef15dde23149af411f8bfb (diff) |
Notes
Diffstat (limited to 'devel/orbitcpp/Makefile')
-rw-r--r-- | devel/orbitcpp/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/orbitcpp/Makefile b/devel/orbitcpp/Makefile index 068b6d517c75..5e64091102ec 100644 --- a/devel/orbitcpp/Makefile +++ b/devel/orbitcpp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= orbitcpp -PORTVERSION= 1.3.8 -PORTREVISION= 3 +PORTVERSION= 1.3.9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -16,8 +15,12 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= C++ bindings for ORBit, a CORBA 2.2-compliant ORB USE_BZIP2= yes -USE_GNOME= gnomehack orbit2 +USE_REINPLACE= yes +USE_GNOME= gnomehack lthack orbit2 USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes +post-patch: + @${REINPLACE_CMD} -e 's|^\(SUBDIRS =.*\)test\(.*\)|\1\2|' ${WRKSRC}/Makefile.in + .include <bsd.port.mk> |