summaryrefslogtreecommitdiff
path: root/graphics/sodipodi
diff options
context:
space:
mode:
authorwiz <wiz>2003-03-13 14:33:20 +0000
committerwiz <wiz>2003-03-13 14:33:20 +0000
commit0510929ebab0a53e2320d51fa017eb4546827ff1 (patch)
tree5150c98f45138a739b139ab8b4743f34729df5c8 /graphics/sodipodi
parent96e745eb214c79fa79589c53974b5def943a35ef (diff)
downloadpkgsrc-0510929ebab0a53e2320d51fa017eb4546827ff1.tar.gz
Fix Xft detection. Bump PKGREVISION to 1.
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r--graphics/sodipodi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index f5f72c8bc11..ec06291bd57 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2003/03/10 23:02:18 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2003/03/13 14:33:20 wiz Exp $
#
DISTNAME= sodipodi-0.31
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sodipodi/}
@@ -18,6 +19,11 @@ USE_GMAKE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
+# force usage of Xft
+CONFIGURE_ARGS+= --with-xft
+# needed by configure script for Xft detection
+CPPFLAGS+= -I${BUILDLINK_PREFIX.freetype2}/include/freetype2
+
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
.include "../../graphics/libart2/buildlink2.mk"