diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-20 23:20:44 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-20 23:20:44 +0000 |
commit | 72df208da0fc6e11880bd5fe7a847ae3b133fbed (patch) | |
tree | 8389b443908a16f01cad36d106c0d27d640909a3 /graphics/sodipodi | |
parent | c5a0028d825a04ce045b151d6c59779105df6472 (diff) | |
download | FreeBSD-ports-72df208da0fc6e11880bd5fe7a847ae3b133fbed.zip FreeBSD-ports-72df208da0fc6e11880bd5fe7a847ae3b133fbed.tar.gz |
Whoops, we now need USE_REINPLACE.
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 081ce38..fe71ef9a 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/fron USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libglade2 +USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --without-gnome-print CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include" \ |