summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-06 15:28:32 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-06 15:28:32 +0000
commitc5f139c1d19f16459c2647a2dd206a86103ce546 (patch)
treeba51f991c7bee10004aed94630a4a4bd02ead233 /graphics/png
parent- Update to 2.002 (diff)
- warn if WITH_DEBUG is set
Notes
Notes: svn path=/head/; revision=298597
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 4ef14f656bf2..01cf5e36ed07 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -32,6 +32,10 @@ OPTIONS= APNG "Animated PNG support" On
.include <bsd.port.pre.mk>
+.if !defined(WITH_DEBUG)
+BROKEN= Please remove WITH_DEBUG for this port
+.endif
+
.if !defined(WITHOUT_APNG) || make(makesum) || defined(FETCH_ALL)
MASTER_SITES+= SF/lib${PORTNAME}-apng/libpng15/${PORTVERSION}:apng
DISTFILES+= ${DISTNAME}-apng.patch.gz:apng