diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-19 19:52:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-19 19:52:00 +0000 |
commit | 74036e70b555a37091c5ded9dca25f91798a6db9 (patch) | |
tree | 8f3d64f5197b8bf3625f3c398539a7e18aac0159 /x11-fm/gnome-commander | |
parent | Adding missing dependency on popt. (diff) |
Add USE_REINPLACE.
Notes
Notes:
svn path=/head/; revision=61585
Diffstat (limited to 'x11-fm/gnome-commander')
-rw-r--r-- | x11-fm/gnome-commander/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/gnome-commander/Makefile b/x11-fm/gnome-commander/Makefile index 14a5c40566b1..7f97df8774d9 100644 --- a/x11-fm/gnome-commander/Makefile +++ b/x11-fm/gnome-commander/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" |