diff options
author | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 3ad75a4581c2f69fb2331ab72fee36ff8af166ba (patch) | |
tree | b5ab9adb45e9a850892479ebc329ab2118d673c8 /net/gsambad | |
parent | f72275e68db56a5d187d3a748951a6347a5ace60 (diff) | |
download | freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.gz freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.zst freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'net/gsambad')
-rw-r--r-- | net/gsambad/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gsambad/Makefile b/net/gsambad/Makefile index 009a7719534e..7114c761958e 100644 --- a/net/gsambad/Makefile +++ b/net/gsambad/Makefile @@ -7,7 +7,7 @@ PORTNAME= gsambad PORTVERSION= 0.1.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= http://mange.dynalias.org/linux/${PORTNAME}/ @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/${SAMBA_PORT} SAMBA_PORT?= net/samba34 USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes USE_GNOME= gtk20 pkgconfig @@ -29,7 +29,7 @@ post-extract: @${CP} ${FILESDIR}/crypt.h ${WRKSRC}/src/ post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 post-configure: @${REINPLACE_CMD} -e "s:\<crypt.h\>:\"crypt.h\":" ${WRKSRC}/src/functions.c |