aboutsummaryrefslogtreecommitdiff
path: root/editors/gedit-plugins
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-03-17 09:54:19 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-03-17 09:54:19 +0000
commit96b7acb2cd56c113090993b0fd3164732271678e (patch)
treecf5d79a7e29617bc3950cf196e5e6bacc95cc095 /editors/gedit-plugins
parent72faf73ddc2b3070c0679c81d300f74ab56c3a8e (diff)
downloadports-96b7acb2cd56c113090993b0fd3164732271678e.tar.gz
ports-96b7acb2cd56c113090993b0fd3164732271678e.zip
-Fix the build with gedit 2.10.
-Change libtool from 1.3 to 1.5 and remove the lthack. Reported by: pointyhat via krion
Notes
Notes: svn path=/head/; revision=131489
Diffstat (limited to 'editors/gedit-plugins')
-rw-r--r--editors/gedit-plugins/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index ed7c7e8afc6e..f5c96de292ac 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -21,15 +21,15 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_PERL5= yes
USE_X_PREFIX= yes
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
-USE_GNOME= gnomehack gnomeprefix gnometarget lthack
+USE_GNOME= gnomehack gnomeprefix gnometarget
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- @${REINPLACE_CMD} -e "s|gedit-2.4|gedit-2.8|g" \
+ @${REINPLACE_CMD} -e "s|gedit-2.4|gedit-2.10|g" \
${WRKSRC}/configure
.include <bsd.port.mk>