diff options
Diffstat (limited to 'devel/gconfmm26/Makefile')
-rw-r--r-- | devel/gconfmm26/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index 66f4b8d7b6e8..ae1d57fd10be 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -8,6 +8,7 @@ PORTNAME= gconfmm PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -28,7 +29,7 @@ USE_GMAKE= yes USE_GCC= 3.4 USE_REINPLACE= yes USE_GNOME= gnomehack gconf2 -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static @@ -40,13 +41,4 @@ post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in -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> |