summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-08 20:43:22 +0000
committermarcus <marcus@FreeBSD.org>2003-02-08 20:43:22 +0000
commitb02aaf7a3a9303f93189b5ac464b0f62b50627a7 (patch)
tree6e984875a2f89de214c7bae6aeb5669d68870e10 /graphics
parentb0a4289f18ae755855fa218570033b7631f3093a (diff)
downloadFreeBSD-ports-b02aaf7a3a9303f93189b5ac464b0f62b50627a7.zip
FreeBSD-ports-b02aaf7a3a9303f93189b5ac464b0f62b50627a7.tar.gz
Fix a problem with Xft2 detection.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sodipodi/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index 1b40838..0535e6e 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sodipodi
PORTVERSION= 0.30
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,8 +24,8 @@ USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gnome-print
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= sodipodi.1
OpenPOWER on IntegriCloud