- fix WITH_DEBUG

This commit is contained in:
Dirk Meyer 2012-06-06 15:40:15 +00:00
parent c5f139c1d1
commit 5c892a5b00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298598

View File

@ -32,7 +32,7 @@ OPTIONS= APNG "Animated PNG support" On
.include <bsd.port.pre.mk>
.if !defined(WITH_DEBUG)
.if defined(WITH_DEBUG)
BROKEN= Please remove WITH_DEBUG for this port
.endif