aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-03 08:17:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-03 08:17:54 +0000
commit767db68131716dd9d453fa6c99c6681fe47c3ff1 (patch)
tree172e9367f4d3ef28f25de69ff773337b441be13f
parentb46f180628b97b639448f2ca8d4e27bd7aff4c73 (diff)
downloadports-767db68131716dd9d453fa6c99c6681fe47c3ff1.tar.gz
ports-767db68131716dd9d453fa6c99c6681fe47c3ff1.zip
Add a missing USE_REINPLACE.
Notes
Notes: svn path=/head/; revision=97191
-rw-r--r--accessibility/dasher/Makefile1
-rw-r--r--editors/dasher/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile
index f0f8ca7cd2da..c5bce005b514 100644
--- a/accessibility/dasher/Makefile
+++ b/accessibility/dasher/Makefile
@@ -21,6 +21,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier gconf2 libglade2
USE_LIBTOOL= yes
+USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile
index f0f8ca7cd2da..c5bce005b514 100644
--- a/editors/dasher/Makefile
+++ b/editors/dasher/Makefile
@@ -21,6 +21,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier gconf2 libglade2
USE_LIBTOOL= yes
+USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"