diff options
author | ade <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
commit | d1f1a19cc01298348afbd7b6ab8d52256df8467d (patch) | |
tree | 2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /lang/maude | |
parent | ca04376785301224bb00797bd6c8392ac2d1c901 (diff) | |
download | FreeBSD-ports-d1f1a19cc01298348afbd7b6ab8d52256df8467d.zip FreeBSD-ports-d1f1a19cc01298348afbd7b6ab8d52256df8467d.tar.gz |
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
based on work from tijl@
PR: 178883
Submitted by: ade
Sponsored by: Wadsworth 6X
Diffstat (limited to 'lang/maude')
-rw-r--r-- | lang/maude/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/maude/Makefile b/lang/maude/Makefile index 0aa61bf..966673c 100644 --- a/lang/maude/Makefile +++ b/lang/maude/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= bdd:${PORTSDIR}/science/buddy \ USES= bison USE_AUTOTOOLS= aclocal autoheader automake +AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |