aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libgnomemm26/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libgnomemm26/Makefile')
-rw-r--r--x11/libgnomemm26/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile
index 7b033b871d3f..bb5718bcde0f 100644
--- a/x11/libgnomemm26/Makefile
+++ b/x11/libgnomemm26/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libgnomemm
PORTVERSION= 2.12.1
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@@ -26,19 +27,10 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GCC= 3.4
USE_GNOME= gnomehack libgnome
-USE_AUTOTOOLS= libtool:15:inc
+GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static
PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
-patch-autotools::
- @(cd ${PATCH_WRKSRC}; \
- for file in ${LIBTOOLFILES}; do \
- ${CP} $$file $$file.tmp; \
- ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
- $$file.tmp > $$file; \
- ${RM} $$file.tmp; \
- done);
-
.include <bsd.port.mk>