diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-03 01:48:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-03 01:48:46 +0800 |
commit | 3737e76e9f222b67b4b02c612026fde0b87f0f6b (patch) | |
tree | 917aa0d91ded709d7930e45d7b50c16e502474bc | |
parent | 5532d0e765d9ebe516a8f95d0bcc96d423a4376d (diff) | |
download | freebsd-ports-gnome-3737e76e9f222b67b4b02c612026fde0b87f0f6b.tar.gz freebsd-ports-gnome-3737e76e9f222b67b4b02c612026fde0b87f0f6b.tar.zst freebsd-ports-gnome-3737e76e9f222b67b4b02c612026fde0b87f0f6b.zip |
Stage support
-rw-r--r-- | graphics/agg/Makefile | 16 |
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> |