svn commit: r323913 - head/graphics/pngrewrite
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jul 29 20:25:34 UTC 2013
Author: bapt
Date: Mon Jul 29 20:25:33 2013
New Revision: 323913
URL: http://svnweb.freebsd.org/changeset/ports/323913
Log:
Trim header
Remove leading article from COMMENT
Use new LIB_DEPENDS format
Modified:
head/graphics/pngrewrite/Makefile
Modified: head/graphics/pngrewrite/Makefile
==============================================================================
--- head/graphics/pngrewrite/Makefile Mon Jul 29 20:23:49 2013 (r323912)
+++ head/graphics/pngrewrite/Makefile Mon Jul 29 20:25:33 2013 (r323913)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pngrewrite
-# Date created: 10 February 2004
-# Whom: Daniel Roethlisberger <daniel at roe.ch>
-#
+# Created by: Daniel Roethlisberger <daniel at roe.ch>
# $FreeBSD$
-#
PORTNAME= pngrewrite
PORTVERSION= 1.4.0
@@ -13,9 +9,9 @@ MASTER_SITES= http://entropymine.com/jas
http://mirror.roe.ch/dist/pngrewrite/
MAINTAINER= bapt at FreeBSD.org
-COMMENT= A PNG palette optimizer
+COMMENT= PNG palette optimizer
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USE_ZIP= yes
NO_WRKSUBDIR= yes
More information about the svn-ports-head
mailing list