diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 02:35:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 02:35:44 +0800 |
commit | 5495ad1eb0426206406e428e711fb1ba9e3150ce (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/graphite2 | |
parent | 2012706cb95e488737909070df298912a9c68273 (diff) | |
download | freebsd-ports-gnome-5495ad1eb0426206406e428e711fb1ba9e3150ce.tar.gz freebsd-ports-gnome-5495ad1eb0426206406e428e711fb1ba9e3150ce.tar.zst freebsd-ports-gnome-5495ad1eb0426206406e428e711fb1ba9e3150ce.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Diffstat (limited to 'graphics/graphite2')
-rw-r--r-- | graphics/graphite2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/graphite2/Makefile b/graphics/graphite2/Makefile index b4c703089c38..6a13bf11cf8f 100644 --- a/graphics/graphite2/Makefile +++ b/graphics/graphite2/Makefile @@ -13,6 +13,7 @@ USES= cmake iconv USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's/.$${GRAPHITE_API_REVISION}.$${GRAPHITE_API_AGE}//g' ${WRKSRC}/src/CMakeLists.txt |