diff options
Diffstat (limited to 'net/gsambad/Makefile')
-rw-r--r-- | net/gsambad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gsambad/Makefile b/net/gsambad/Makefile index 7114c761958e..67af0981c63e 100644 --- a/net/gsambad/Makefile +++ b/net/gsambad/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/${SAMBA_PORT} SAMBA_PORT?= net/samba34 USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 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.67|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4 post-configure: @${REINPLACE_CMD} -e "s:\<crypt.h\>:\"crypt.h\":" ${WRKSRC}/src/functions.c |