summaryrefslogtreecommitdiff
path: root/graphics/scr2png
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-02-18 23:56:30 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-02-18 23:56:30 +0000
commitb779b6b24d54427673bdc8719e1f1b9e1db159b9 (patch)
tree9634c4ebe5250a49b5b937da06d04c5f487939d2 /graphics/scr2png
parentThreadScope is a graphical viewer for thread profile information (diff)
Remove gratitutous version number from LIB_DEPENDS where not required.
Notes
Notes: svn path=/head/; revision=291767
Diffstat (limited to 'graphics/scr2png')
-rw-r--r--graphics/scr2png/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile
index a560f70ab84d..943a94603a22 100644
--- a/graphics/scr2png/Makefile
+++ b/graphics/scr2png/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= nik
MAINTAINER= eadler@FreeBSD.org
COMMENT= Converts the output of "vidcontrol -p" to PNG
-LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
+LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
NO_WRKSUBDIR= yes