diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:08:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:08:23 +0000 |
commit | 920782a507df56f5db32bab3f9708035c562780d (patch) | |
tree | 4a0a864ddf6f6b3f0b99cc602044480096187eac /cad | |
parent | Convert to USES=autoreconf (diff) |
Convert to USES=autoreconf
Strip binaries
Notes
Notes:
svn path=/head/; revision=374888
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gerbv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 7191002d6c9f..2c19516ac1fa 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -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 |