summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-10-13 06:07:30 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-10-13 06:07:30 +0000
commit34588ce5169454745986d58ec1cd8f08d14edc31 (patch)
treeec9e2e55798ac412dee5e869f58b3a38ec71aa14 /graphics
parent- Flash 11 is now the only option so there is no need for a manual LATEST_LINK (diff)
Convert to new LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=330210
Diffstat (limited to 'graphics')
-rw-r--r--graphics/scr2png/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile
index 479a93fa4e44..2de0ead8982d 100644
--- a/graphics/scr2png/Makefile
+++ b/graphics/scr2png/Makefile
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= nik
MAINTAINER= eadler@FreeBSD.org
COMMENT= Converts the output of "vidcontrol -p" to PNG
-LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
NO_WRKSUBDIR= yes