diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-08 07:46:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-08 07:46:33 +0800 |
commit | bbbd0386c6efea65a3c6b6d1ecec508b715fb332 (patch) | |
tree | 520c3027ec49a3bec8ada7753d2d3dfa38259e18 /games/crack-attack | |
parent | 81148feedcf40400bc8803ee0c0cc32818028212 (diff) | |
download | freebsd-ports-gnome-bbbd0386c6efea65a3c6b6d1ecec508b715fb332.tar.gz freebsd-ports-gnome-bbbd0386c6efea65a3c6b6d1ecec508b715fb332.tar.zst freebsd-ports-gnome-bbbd0386c6efea65a3c6b6d1ecec508b715fb332.zip |
Remove USE_REINPLACE for categories starting with a G
Diffstat (limited to 'games/crack-attack')
-rw-r--r-- | games/crack-attack/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/crack-attack/Makefile b/games/crack-attack/Makefile index 025ada8c779b..8b9ede3982a4 100644 --- a/games/crack-attack/Makefile +++ b/games/crack-attack/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_X_PREFIX= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" CXXFLAGS="${CFLAGS}" MAN6= crack-attack.6 |