diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
commit | 480346363349d34df50ccbe8af45c0135915e85e (patch) | |
tree | 1a2e4492be352c5eb3cccec7ffe7866db512735c /graphics | |
parent | 5ece18d9ce5eab94fbf6184de9bfb53add9ea578 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 1 | ||||
-rw-r--r-- | graphics/swftools/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index a057adc45099..46be30200b49 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -23,6 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GTK= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index 8806fee5718e..b543df00b266 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= t1.4:${PORTSDIR}/devel/t1lib \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |