Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 17:52:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337769 - head/graphics/zimg
Message-ID:  <201312271752.rBRHqHPm047158@svn.freebsd.org>

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



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