diff options
Diffstat (limited to 'devel/ORBit2')
-rw-r--r-- | devel/ORBit2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 0d59a2460b5e..29311c0e02f3 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -15,20 +15,17 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= High-performance CORBA ORB with support for the C language -LIB_DEPENDS= IDL-2.0:${PORTSDIR}/devel/libIDL \ - popt.0:${PORTSDIR}/devel/popt \ - linc.1:${PORTSDIR}/net/linc +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack libidl linc CONFIGURE_ARGS= --disable-indent CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @find ${WRKSRC} -type f | xargs ${GREP} -l LINC_THREADSAFE | \ |