diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-18 13:41:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-18 13:41:27 +0800 |
commit | 72ac7d670943792c9d658669b9d221578c06a8ac (patch) | |
tree | 0d7d3a9478e0c94ae8fe7d07740fcb4a2864da42 /japanese | |
parent | 6d7dd546f000a79e491e297b660fb36882e3bb17 (diff) | |
download | freebsd-ports-gnome-72ac7d670943792c9d658669b9d221578c06a8ac.tar.gz freebsd-ports-gnome-72ac7d670943792c9d658669b9d221578c06a8ac.tar.zst freebsd-ports-gnome-72ac7d670943792c9d658669b9d221578c06a8ac.zip |
- Unbreak after autotools update
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mutt-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile index b0fb56a619e0..b08f7e948c0b 100644 --- a/japanese/mutt-devel/Makefile +++ b/japanese/mutt-devel/Makefile @@ -59,6 +59,7 @@ NO_LATEST_LINK= yes USE_GMAKE= yes USES= iconv USE_AUTOTOOLS= automake autoconf +AUTOMAKE_ARGS= --add-missing USE_OPENSSL= yes WRKSRC= ${WRKDIR}/mutt-${VERSION} LDFLAGS+= -L${LOCALBASE}/lib |