aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/png
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-06-06 23:28:32 +0800
committerdinoex <dinoex@FreeBSD.org>2012-06-06 23:28:32 +0800
commit09187554e84fe26b27a0c4532e52e3f588542b5f (patch)
tree435d5984b891e82f09363632a9e3ab4cbfee4f1f /graphics/png
parent6955cf65e7582e4c9dd969e200deb6f45ec2b8bf (diff)
downloadfreebsd-ports-gnome-09187554e84fe26b27a0c4532e52e3f588542b5f.tar.gz
freebsd-ports-gnome-09187554e84fe26b27a0c4532e52e3f588542b5f.tar.zst
freebsd-ports-gnome-09187554e84fe26b27a0c4532e52e3f588542b5f.zip
- warn if WITH_DEBUG is set
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