svn commit: r337769 - head/graphics/zimg

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 17:52:18 UTC 2013


Author: bapt
Date: Fri Dec 27 17:52:17 2013
New Revision: 337769
URL: http://svnweb.freebsd.org/changeset/ports/337769

Log:
  Support stage

Modified:
  head/graphics/zimg/Makefile

Modified: head/graphics/zimg/Makefile
==============================================================================
--- head/graphics/zimg/Makefile	Fri Dec 27 17:49:07 2013	(r337768)
+++ head/graphics/zimg/Makefile	Fri Dec 27 17:52:17 2013	(r337769)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Image-generator that uses ASCII input files to create PNGs/EDFs
 
-LIB_DEPENDS=	gd:${PORTSDIR}/graphics/gd
+LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-dynaload-cc="${CC}" \
@@ -18,10 +18,9 @@ CONFIGURE_ARGS=	--with-dynaload-cc="${CC
 		--with-gd-includes="${LOCALBASE}/include" \
 		--with-gd-lib="${LOCALBASE}/lib"
 
-MAN1=		zimg.1
-PLIST_FILES=	include/zimg.h bin/zimg
+PLIST_FILES=	include/zimg.h bin/zimg \
+		man/man1/zimg.1.gz
 
 CFLAGS+=	-DHAVE_GD_FREETYPE
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list