aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/png
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-09-16 23:25:25 +0800
committerdinoex <dinoex@FreeBSD.org>2012-09-16 23:25:25 +0800
commit34e5183bea58ef4b317368b8a81a15840094b707 (patch)
treef0ca326a6202d16f8bdf6973efd94ee7dccfd366 /graphics/png
parent1751d6aa6befe6b5602baabd09196f9c3df25f97 (diff)
downloadfreebsd-ports-gnome-34e5183bea58ef4b317368b8a81a15840094b707.tar.gz
freebsd-ports-gnome-34e5183bea58ef4b317368b8a81a15840094b707.tar.zst
freebsd-ports-gnome-34e5183bea58ef4b317368b8a81a15840094b707.zip
- use OPTIONS_DEFINE
Diffstat (limited to 'graphics/png')
-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>