summaryrefslogtreecommitdiff
path: root/graphics/devil
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-05-07 23:46:33 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-05-07 23:46:33 +0000
commitff21f59f9fc122a8cba781cd7d8c424e88df792f (patch)
tree060ec5151c4c0bd938947631351e7e5e4cf5e6fe /graphics/devil
parentUpdate MASTER_SITES (diff)
Remove USE_REINPLACE for categories starting with a G
Notes
Notes: svn path=/head/; revision=161663
Diffstat (limited to 'graphics/devil')
-rw-r--r--graphics/devil/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile
index 2130996ccf2f..0ff86d54737a 100644
--- a/graphics/devil/Makefile
+++ b/graphics/devil/Makefile
@@ -28,7 +28,6 @@ OPTIONS= SDL "Enable SDL support" off
.if defined(WITH_SDL)
USE_SDL= yes
-USE_REINPLACE= yes
CFLAGS+= "-I${LOCALBASE}/include/SDL11"
.endif