svn commit: r304359 - head/graphics/png
Dirk Meyer
dinoex at FreeBSD.org
Sun Sep 16 15:25:26 UTC 2012
Author: dinoex
Date: Sun Sep 16 15:25:25 2012
New Revision: 304359
URL: http://svn.freebsd.org/changeset/ports/304359
Log:
- use OPTIONS_DEFINE
Modified:
head/graphics/png/Makefile
Modified: head/graphics/png/Makefile
==============================================================================
--- head/graphics/png/Makefile Sun Sep 16 15:23:30 2012 (r304358)
+++ head/graphics/png/Makefile Sun Sep 16 15:25:25 2012 (r304359)
@@ -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>
More information about the svn-ports-head
mailing list