Date: Thu, 18 Dec 2014 11:08:24 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374888 - head/cad/gerbv Message-ID: <201412181108.sBIB8Oal097321@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 18 11:08:23 2014 New Revision: 374888 URL: https://svnweb.freebsd.org/changeset/ports/374888 QAT: https://qat.redports.org/buildarchive/r374888/ Log: Convert to USES=autoreconf Strip binaries Modified: head/cad/gerbv/Makefile Modified: head/cad/gerbv/Makefile ============================================================================== --- head/cad/gerbv/Makefile Thu Dec 18 11:05:55 2014 (r374887) +++ head/cad/gerbv/Makefile Thu Dec 18 11:08:23 2014 (r374888) @@ -14,13 +14,13 @@ LICENSE= GPLv2 OPTIONS_DEFINE= DOCS EXAMPLES -USES= desktop-file-utils gmake libtool pathfix pkgconfig +USES= autoreconf desktop-file-utils gmake libtool pathfix pkgconfig USE_GNOME= gtk20 -USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf -AUTOMAKE_ARGS= --add-missing --copy --foreign +GNU_CONFIGURE= yes CONFIGURE_ENV= ac_aux_dir="." USE_LDCONFIG= yes INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412181108.sBIB8Oal097321>