diff options
Diffstat (limited to 'devel/gnome-vfsmm/Makefile')
-rw-r--r-- | devel/gnome-vfsmm/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile index 50ca294caf91..978cbb3ae59b 100644 --- a/devel/gnome-vfsmm/Makefile +++ b/devel/gnome-vfsmm/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome-vfsmm PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -24,7 +25,7 @@ USE_X_PREFIX= yes USE_GCC= 3.4 USE_GMAKE= yes USE_GNOME= gnomehack gnomevfs2 -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static @@ -36,13 +37,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> |