diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-05 18:10:29 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-05 18:10:29 +0800 |
commit | 55ca51ce96a9a107e7ea07adf81bc04efc80ac7c (patch) | |
tree | 88678ac175f58672b898bf93a94b4195c1e5fad4 /games/gnubg | |
parent | 91279cd61a8bbf8f5e70b363de595bbb7988b780 (diff) | |
download | freebsd-ports-gnome-55ca51ce96a9a107e7ea07adf81bc04efc80ac7c.tar.gz freebsd-ports-gnome-55ca51ce96a9a107e7ea07adf81bc04efc80ac7c.tar.zst freebsd-ports-gnome-55ca51ce96a9a107e7ea07adf81bc04efc80ac7c.zip |
Remove USE_AUTOTOOLS
Diffstat (limited to 'games/gnubg')
-rw-r--r-- | games/gnubg/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 23099cd373ca..ecb91a903a02 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -28,7 +28,6 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USES= gmake libtool pathfix shebangfix python pkgconfig compiler:c++11-lang -USE_AUTOTOOLS= aclocal automake libtoolize USE_GNOME= glib20 OPTIONS_DEFINE= NLS DOCS @@ -38,7 +37,4 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -#pre-configure: -# cd ${WRKSRC} && ./autogen.sh - .include <bsd.port.mk> |