aboutsummaryrefslogtreecommitdiff
path: root/graphics/agg
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-02 17:48:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-02 17:48:46 +0000
commitfc1a7f0221c218f4faa1fe0a7241433c033f2472 (patch)
tree917aa0d91ded709d7930e45d7b50c16e502474bc /graphics/agg
parent8212f5a5d32c905179d27d0ff616630057556ddd (diff)
downloadports-fc1a7f0221c218f4faa1fe0a7241433c033f2472.tar.gz
ports-fc1a7f0221c218f4faa1fe0a7241433c033f2472.zip
Stage support
Notes
Notes: svn path=/head/; revision=342350
Diffstat (limited to 'graphics/agg')
-rw-r--r--graphics/agg/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile
index f1e1489fd808..5d1e539a66f6 100644
--- a/graphics/agg/Makefile
+++ b/graphics/agg/Makefile
@@ -9,16 +9,15 @@ MASTER_SITES= http://www.antigrain.com/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A High Quality Rendering Engine for C++
+COMMENT= High Quality Rendering Engine for C++
LICENSE= GPLv2
-LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
USE_XORG= x11
-USES= pathfix pkgconfig
+USES= gmake pathfix pkgconfig
USE_SDL= sdl
-USE_GMAKE= yes
USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize automake
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --foreign --add-missing --ignore-deps
@@ -28,15 +27,10 @@ MAKE_JOBS_UNSAFE= yes
CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile
-.endif
+BROKEN_sparc64= Does not compile
post-patch:
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>