diff options
Diffstat (limited to 'devel/gaul')
-rw-r--r-- | devel/gaul/Makefile | 5 | ||||
-rw-r--r-- | devel/gaul/files/patch-Makefile.in (renamed from devel/gaul/files/patch-Makefile.am) | 8 |
2 files changed, 5 insertions, 8 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> diff --git a/devel/gaul/files/patch-Makefile.am b/devel/gaul/files/patch-Makefile.in index 067456489e7f..f7b3be56e226 100644 --- a/devel/gaul/files/patch-Makefile.am +++ b/devel/gaul/files/patch-Makefile.in @@ -1,9 +1,9 @@ ---- ./Makefile.am.orig 2009-01-19 02:10:49.000000000 -0500 -+++ ./Makefile.am 2009-01-19 02:11:12.000000000 -0500 -@@ -30,7 +30,7 @@ +--- Makefile.in.orig 2009-07-13 13:34:54.000000000 -0500 ++++ Makefile.in 2009-07-13 13:35:06.000000000 -0500 +@@ -235,7 +235,7 @@ + # require automake 1.4 AUTOMAKE_OPTIONS = 1.4 - -SUBDIRS = util src tests debian . +SUBDIRS = util src . |