diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-17 09:54:19 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-17 09:54:19 +0000 |
commit | 96b7acb2cd56c113090993b0fd3164732271678e (patch) | |
tree | cf5d79a7e29617bc3950cf196e5e6bacc95cc095 /editors/gedit-plugins | |
parent | 72faf73ddc2b3070c0679c81d300f74ab56c3a8e (diff) | |
download | ports-96b7acb2cd56c113090993b0fd3164732271678e.tar.gz ports-96b7acb2cd56c113090993b0fd3164732271678e.zip |
Notes
Diffstat (limited to 'editors/gedit-plugins')
-rw-r--r-- | editors/gedit-plugins/Makefile | 6 |
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> |