diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-24 01:24:19 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-12-24 01:24:19 +0800 |
commit | 0f0896c1b37a81df5c676ba9e26ed741d059021e (patch) | |
tree | efcdf5409896fcb5cec170e6b04fb458c36ec89c | |
parent | dd03a0888720ae1487e4f437091e66fd4ac21533 (diff) | |
download | freebsd-ports-gnome-0f0896c1b37a81df5c676ba9e26ed741d059021e.tar.gz freebsd-ports-gnome-0f0896c1b37a81df5c676ba9e26ed741d059021e.tar.zst freebsd-ports-gnome-0f0896c1b37a81df5c676ba9e26ed741d059021e.zip |
Remove unused ACLOCAL_ARGS.
-rw-r--r-- | sysutils/lcdproc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/lcdproc/Makefile b/sysutils/lcdproc/Makefile index 0751f456ba74..e8481663cd3a 100644 --- a/sysutils/lcdproc/Makefile +++ b/sysutils/lcdproc/Makefile @@ -50,9 +50,6 @@ SERDISP_CPPFLAGS= -I${LOCALBASE}/include X11_USE= xorg=x11 X11_CONFIGURE_ENABLE= libX11 -# Empty args to aclocal required! -ACLOCAL_ARGS= - LCDPROC_DRIVERS=bayrad \ CFontz \ CFontzPacket \ |