From 19d3b7fd860886b2587eca2d09ad2440ab04aec1 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 2 Jun 2012 09:12:45 +0000 Subject: - fix LIB_DEPENDS --- misc/magicpoint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 0883ab749669..289f929a51d3 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ MAINTAINER= dinoex@FreeBSD.org COMMENT= An X11-based presentation tool -XLIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ +LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ mng:${PORTSDIR}/graphics/libmng RUN_DEPENDS+= pnmscale:${PORTSDIR}/graphics/netpbm -- cgit