diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-03 16:17:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-03 16:17:54 +0800 |
commit | 57b9b01f33877d45a439ad16b341dc62148e9a42 (patch) | |
tree | 49fb7789fbaee381810424970f34e8bf014b4690 /accessibility/dasher | |
parent | 020941c470435bb4c5bd0497119e9732b9fdf489 (diff) | |
download | freebsd-ports-gnome-57b9b01f33877d45a439ad16b341dc62148e9a42.tar.gz freebsd-ports-gnome-57b9b01f33877d45a439ad16b341dc62148e9a42.tar.zst freebsd-ports-gnome-57b9b01f33877d45a439ad16b341dc62148e9a42.zip |
Add a missing USE_REINPLACE.
Diffstat (limited to 'accessibility/dasher')
-rw-r--r-- | accessibility/dasher/Makefile | 1 |
1 files changed, 1 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" |