aboutsummaryrefslogtreecommitdiff
path: root/graphics/png/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-06 15:40:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-06 15:40:15 +0000
commit5c892a5b00a82cc2788f38cf5eeab8b90d9038eb (patch)
treed15f50cf2c84327b04c916db7e625e8d0310e96b /graphics/png/Makefile
parentc5f139c1d19f16459c2647a2dd206a86103ce546 (diff)
downloadports-5c892a5b00a82cc2788f38cf5eeab8b90d9038eb.tar.gz
ports-5c892a5b00a82cc2788f38cf5eeab8b90d9038eb.zip
Notes
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r--graphics/png/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 01cf5e36ed07..fa4488370307 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -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