diff options
Diffstat (limited to 'graphics/sodipodi/Makefile')
-rw-r--r-- | graphics/sodipodi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index ba6d40f2b2dd..df5965fcbfb7 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -3,11 +3,11 @@ # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/graphics/sodipodi/Makefile,v 1.3 2007/05/30 03:21:43 mezz Exp $ PORTNAME= sodipodi PORTVERSION= 0.34 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,8 +24,8 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --without-gnome-print \ --with-popt -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= sodipodi.1 |