diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-08 07:46:33 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-08 07:46:33 +0800 |
commit | ff21f59f9fc122a8cba781cd7d8c424e88df792f (patch) | |
tree | 060ec5151c4c0bd938947631351e7e5e4cf5e6fe /games/duel | |
parent | ea4fdc0262b321f66a6890de0e9d10121ffe6718 (diff) | |
download | freebsd-ports-gnome-ff21f59f9fc122a8cba781cd7d8c424e88df792f.tar.gz freebsd-ports-gnome-ff21f59f9fc122a8cba781cd7d8c424e88df792f.tar.zst freebsd-ports-gnome-ff21f59f9fc122a8cba781cd7d8c424e88df792f.zip |
Remove USE_REINPLACE for categories starting with a G
Diffstat (limited to 'games/duel')
-rw-r--r-- | games/duel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/duel/Makefile b/games/duel/Makefile index c777ae078b19..850c2227210b 100644 --- a/games/duel/Makefile +++ b/games/duel/Makefile @@ -23,7 +23,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes USE_GL= yes USE_SDL= sdl -USE_REINPLACE= yes REINPLACE_ARGS= -i '' GNU_CONFIGURE= yes |