aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-28 01:52:17 +0800
committerbapt <bapt@FreeBSD.org>2013-12-28 01:52:17 +0800
commit471276ad16839a279e6b2edf604fffa6802ee840 (patch)
tree55bbfeddecc3399846b2e18e3f32a1f1249712b8 /graphics
parentef8ce8f5f8b94103248f7dad26708fe11f42790f (diff)
downloadfreebsd-ports-gnome-471276ad16839a279e6b2edf604fffa6802ee840.tar.gz
freebsd-ports-gnome-471276ad16839a279e6b2edf604fffa6802ee840.tar.zst
freebsd-ports-gnome-471276ad16839a279e6b2edf604fffa6802ee840.zip
Support stage
Diffstat (limited to 'graphics')
-rw-r--r--graphics/zimg/Makefile7
1 files 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 <bsd.port.mk>