From 5c892a5b00a82cc2788f38cf5eeab8b90d9038eb Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Wed, 6 Jun 2012 15:40:15 +0000 Subject: [PATCH] - fix WITH_DEBUG --- graphics/png/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -.if !defined(WITH_DEBUG) +.if defined(WITH_DEBUG) BROKEN= Please remove WITH_DEBUG for this port .endif