From 9528dedeb8e1bc1d4a918299aa138fb0f28df8d9 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 27 Dec 2013 17:52:17 +0000 Subject: [PATCH] Support stage --- graphics/zimg/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index d5a1562931a3..a6b83de2d479 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} 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