Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2012 15:25:25 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304359 - head/graphics/png
Message-ID:  <201209161525.q8GFPPg5017329@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209161525.q8GFPPg5017329>