diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-16 14:56:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-16 14:56:10 +0000 |
commit | 800d78b28b5eeb10e5be2b9360880e3f4a485512 (patch) | |
tree | 763498f80b2bcd6e970e2c2ec6008bc5e2c491cb /www/bookmarkbridge | |
parent | d54d68bbceef37d2cca0237a884002cd1a0dd98f (diff) | |
download | ports-800d78b28b5eeb10e5be2b9360880e3f4a485512.tar.gz ports-800d78b28b5eeb10e5be2b9360880e3f4a485512.zip |
Notes
Diffstat (limited to 'www/bookmarkbridge')
-rw-r--r-- | www/bookmarkbridge/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile index 4b7be4660a57..a918d4ad6141 100644 --- a/www/bookmarkbridge/Makefile +++ b/www/bookmarkbridge/Makefile @@ -20,5 +20,6 @@ USE_GMAKE= yes USES= pkgconfig USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing .include <bsd.port.mk> |