summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-09-16 15:25:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-09-16 15:25:25 +0000
commite063d8313cba5b751ee9fa4a7de39784b21e7df5 (patch)
treef0ca326a6202d16f8bdf6973efd94ee7dccfd366 /graphics
parent- use OPTIONS_DEFINE (diff)
- use OPTIONS_DEFINE
Notes
Notes: svn path=/head/; revision=304359
Diffstat (limited to 'graphics')
-rw-r--r--graphics/png/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 140343cfa1bd..15070b8762a4 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -32,7 +32,7 @@ OPTIONS_DEFINE=APNG
OPTIONS_DEFAULT=APNG
APNG_DESC=Enable Animated PNG support
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITH_DEBUG)
BROKEN= Please remove WITH_DEBUG for this port
@@ -83,4 +83,4 @@ post-install:
${RM} ${PREFIX}/lib/libpng15.so.15
${MV} ${PREFIX}/lib/libpng15.so.15${SOSUFFIX} ${PREFIX}/lib/libpng15.so.15
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>