diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-05-19 06:19:45 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-05-19 06:19:45 +0000 |
commit | d5972a4eb5269c9f37db737f54bd1a518b19cfd0 (patch) | |
tree | bb360523db4905a36405430f6293c69dadbce504 /devel/libbonobomm | |
parent | 1d7cd048165d02734922dc3f6642530647117934 (diff) | |
download | ports-d5972a4eb5269c9f37db737f54bd1a518b19cfd0.tar.gz ports-d5972a4eb5269c9f37db737f54bd1a518b19cfd0.zip |
Notes
Diffstat (limited to 'devel/libbonobomm')
-rw-r--r-- | devel/libbonobomm/Makefile | 6 | ||||
-rw-r--r-- | devel/libbonobomm/files/patch-configure | 10 |
2 files changed, 3 insertions, 13 deletions
diff --git a/devel/libbonobomm/Makefile b/devel/libbonobomm/Makefile index 046d06de1607..30a2c068b74a 100644 --- a/devel/libbonobomm/Makefile +++ b/devel/libbonobomm/Makefile @@ -7,7 +7,7 @@ PORTNAME= libbonobomm PORTVERSION= 1.3.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -17,13 +17,13 @@ MAINTAINER= bland@FreeBSD.org COMMENT= C++ interfaces for libbonobo LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \ - ORBit-2-cpp.8:${PORTSDIR}/devel/orbitcpp + ORBit-2-cpp.9:${PORTSDIR}/devel/orbitcpp BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack libbonobo +USE_GNOME= gnomehack lthack libbonobo USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/devel/libbonobomm/files/patch-configure b/devel/libbonobomm/files/patch-configure deleted file mode 100644 index 4e43ade0ac4a..000000000000 --- a/devel/libbonobomm/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed May 21 13:38:08 2003 -+++ configure Wed May 21 13:38:50 2003 -@@ -7619,6 +7619,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |