diff options
author | mezz <mezz@FreeBSD.org> | 2006-04-01 06:04:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-04-01 06:04:05 +0800 |
commit | 130503a83056d7820398ceeed16e4059e272501d (patch) | |
tree | a918cfdfa38ee0167f2d2a4a0af367957674bdf5 /games/wesnoth | |
parent | 8ac019b54d4a0a06e00f81ec63f515252b5faeb1 (diff) | |
download | freebsd-ports-gnome-130503a83056d7820398ceeed16e4059e272501d.tar.gz freebsd-ports-gnome-130503a83056d7820398ceeed16e4059e272501d.tar.zst freebsd-ports-gnome-130503a83056d7820398ceeed16e4059e272501d.zip |
portlint:
-Remove USE_REINPLACE.
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 2fb57cacde72..8a0611e87258 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -24,7 +24,6 @@ USE_GMAKE= yes WANT_GNOME= yes USE_GETTEXT= yes USE_X_PREFIX= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-libiconv-prefix=${LOCALBASE} \ |