svn commit: r370051 - head/games/gnubg
Tijl Coosemans
tijl at FreeBSD.org
Sun Oct 5 10:10:30 UTC 2014
Author: tijl
Date: Sun Oct 5 10:10:29 2014
New Revision: 370051
URL: https://svnweb.freebsd.org/changeset/ports/370051
QAT: https://qat.redports.org/buildarchive/r370051/
Log:
Remove USE_AUTOTOOLS
Modified:
head/games/gnubg/Makefile
Modified: head/games/gnubg/Makefile
==============================================================================
--- head/games/gnubg/Makefile Sun Oct 5 10:09:21 2014 (r370050)
+++ head/games/gnubg/Makefile Sun Oct 5 10:10:29 2014 (r370051)
@@ -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>
More information about the svn-ports-all
mailing list