diff options
Diffstat (limited to 'devel/gaul/Makefile')
-rw-r--r-- | devel/gaul/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/gaul/Makefile b/devel/gaul/Makefile index a149175fe69f..8ffe4aed7f29 100644 --- a/devel/gaul/Makefile +++ b/devel/gaul/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= automake:19 libtool:15 +USE_AUTOTOOLS= libtool:22 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -31,7 +31,4 @@ USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread||g' ${WRKSRC}/configure -run-autotools:: - (cd ${WRKSRC} ; ${ACLOCAL} ; ${AUTOMAKE}) - .include <bsd.port.mk> |