diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-09-26 14:52:57 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-09-26 14:52:57 +0000 |
commit | 577e1e2e46d3cf45b4fd393605f2045b262af041 (patch) | |
tree | 45f860500c51a02fcc1a654d31880313c48357be | |
parent | 0e81045a043cc9983bfd7272fb4bdc99ab14ca22 (diff) | |
download | ports-577e1e2e46d3cf45b4fd393605f2045b262af041.tar.gz ports-577e1e2e46d3cf45b4fd393605f2045b262af041.zip |
Notes
-rw-r--r-- | graphics/sodipodi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index fe71ef9a6f1d..f0e49ed7e54c 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -14,15 +14,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org COMMENT= A small vector based drawing program with GNOME libraries -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline -RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libglade2 USE_REINPLACE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --without-gnome-print +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" |