diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-24 00:40:53 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-12-24 00:40:53 +0800 |
commit | b83147fae1c72449a13307c87fc12d397abfda02 (patch) | |
tree | f849836aee775e1a42bc54e4e5fd4677f168591a /editors | |
parent | 188942bb8c72a33235244bb138bd3be80c9c9b26 (diff) | |
download | freebsd-ports-gnome-b83147fae1c72449a13307c87fc12d397abfda02.tar.gz freebsd-ports-gnome-b83147fae1c72449a13307c87fc12d397abfda02.tar.zst freebsd-ports-gnome-b83147fae1c72449a13307c87fc12d397abfda02.zip |
Remove unused ACLOCAL_ARGS.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 9897447731b7..26d3b5a28727 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -211,7 +211,6 @@ TEST_CONFIGURE_ENABLE= cve-tests WEBDAV_CONFIGURE_ENABLE= neon WEBDAV_LIB_DEPENDS= libneon.so:www/neon -ACLOCAL_ARGS= -I "${WRKSRC}/m4" CPPFLAGS+= -isystem ${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |