diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:25:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 20:25:33 +0000 |
commit | 488a01d2c304f8bc939c64a79299e582982d3f6b (patch) | |
tree | 3166efd4d38c936401b0d139851c62f31f34455e | |
parent | Remove leading article from COMMENT (diff) |
Trim header
Remove leading article from COMMENT
Use new LIB_DEPENDS format
-rw-r--r-- | graphics/pngrewrite/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/pngrewrite/Makefile b/graphics/pngrewrite/Makefile index 8a81f183c872..25b7de61c3cf 100644 --- a/graphics/pngrewrite/Makefile +++ b/graphics/pngrewrite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pngrewrite -# Date created: 10 February 2004 -# Whom: Daniel Roethlisberger <daniel@roe.ch> -# +# Created by: Daniel Roethlisberger <daniel@roe.ch> # $FreeBSD$ -# PORTNAME= pngrewrite PORTVERSION= 1.4.0 @@ -13,9 +9,9 @@ MASTER_SITES= http://entropymine.com/jason/pngrewrite/ \ http://mirror.roe.ch/dist/pngrewrite/ MAINTAINER= bapt@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 |