diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-06 15:40:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-06 15:40:15 +0000 |
commit | 5c892a5b00a82cc2788f38cf5eeab8b90d9038eb (patch) | |
tree | d15f50cf2c84327b04c916db7e625e8d0310e96b /graphics/png/Makefile | |
parent | c5f139c1d19f16459c2647a2dd206a86103ce546 (diff) | |
download | ports-5c892a5b00a82cc2788f38cf5eeab8b90d9038eb.tar.gz ports-5c892a5b00a82cc2788f38cf5eeab8b90d9038eb.zip |
Notes
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 2 |
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 |