diff options
Diffstat (limited to 'print/podofo/Makefile')
-rw-r--r-- | print/podofo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/podofo/Makefile b/print/podofo/Makefile index 7cbec76d58c..039f1ea5448 100644 --- a/print/podofo/Makefile +++ b/print/podofo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2010/12/23 11:44:55 dsainty Exp $ +# $NetBSD: Makefile,v 1.6 2011/05/02 11:53:51 shattered Exp $ # DISTNAME= podofo-0.7.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=podofo/} @@ -21,8 +21,8 @@ CMAKE_ARGS+= -DFREETYPE_LIB_PATHS:PATH=${BUILDLINK_PREFIX.freetype2}/lib CFLAGS+= -fPIC CXXFLAGS+= -fPIC -# XXX lua support should be optional -.include "../../lang/lua/buildlink3.mk" +.include "options.mk" + # tests-depend on cppunit (for unit tests) .include "../../devel/zlib/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" |