diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-09 04:43:22 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-09 04:43:22 +0800 |
commit | b02aaf7a3a9303f93189b5ac464b0f62b50627a7 (patch) | |
tree | 6e984875a2f89de214c7bae6aeb5669d68870e10 | |
parent | b0a4289f18ae755855fa218570033b7631f3093a (diff) | |
download | freebsd-ports-gnome-b02aaf7a3a9303f93189b5ac464b0f62b50627a7.tar.gz freebsd-ports-gnome-b02aaf7a3a9303f93189b5ac464b0f62b50627a7.tar.zst freebsd-ports-gnome-b02aaf7a3a9303f93189b5ac464b0f62b50627a7.zip |
Fix a problem with Xft2 detection.
-rw-r--r-- | graphics/sodipodi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 1b40838e3b69..0535e6ea5d2d 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 |