diff options
author | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
commit | b3b33257e512916a4f977c9026941425a3aa916a (patch) | |
tree | 2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /x11/stjerm | |
parent | This plugin offers sub-ticket feature for managing tickets. (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=323088
Diffstat (limited to 'x11/stjerm')
-rw-r--r-- | x11/stjerm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/stjerm/Makefile b/x11/stjerm/Makefile index 480cde26e813..a9569616d1c0 100644 --- a/x11/stjerm/Makefile +++ b/x11/stjerm/Makefile @@ -11,7 +11,7 @@ COMMENT= A GTK+-based quake-like terminal emulator USE_AUTOTOOLS= aclocal autoheader automake AUTOMAKE_ARGS= --add-missing -ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} \ +ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} \ -I${LOCALBASE}/share/aclocal USE_GNOME= vte gtk20 GNU_CONFIGURE= yes |