diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 19:09:03 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 19:09:03 +0000 |
commit | 2358c08a33d80bdc2089b0312f82e44d99b27788 (patch) | |
tree | d239b6db58366e22a201e225b4bcdd4808c68c94 /graphics/agg | |
parent | 19ca485076f9e738dbbdbfeac8d8d1ef9dd48ad6 (diff) | |
download | ports-2358c08a33d80bdc2089b0312f82e44d99b27788.tar.gz ports-2358c08a33d80bdc2089b0312f82e44d99b27788.zip |
Notes
Diffstat (limited to 'graphics/agg')
-rw-r--r-- | graphics/agg/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 06da97e88998..e4543cad2e4e 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -16,12 +16,10 @@ LICENSE_FILE= ${WRKSRC}/copying LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +GNU_CONFIGURE= yes +USES= autoreconf gmake libtool pathfix pkgconfig USE_XORG= x11 -USES= gmake libtool pathfix pkgconfig USE_SDL= sdl -USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize automake -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal -AUTOMAKE_ARGS= --foreign --add-missing --ignore-deps MAKE_ENV= C="${CC}" AGGCXXFLAGS="${CXXFLAGS}" USE_LDCONFIG= yes INSTALL_TARGET= install-strip |