diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-19 07:56:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-19 07:56:30 +0800 |
commit | 5a807621b6c97add5c7d9892b4f67c50858f8038 (patch) | |
tree | a12ae61aadf18290551d6919b5adbe9d71ee075e /graphics | |
parent | f6b3c87ef6b9aef87d3a3789accf70a933242097 (diff) | |
download | freebsd-ports-gnome-5a807621b6c97add5c7d9892b4f67c50858f8038.tar.gz freebsd-ports-gnome-5a807621b6c97add5c7d9892b4f67c50858f8038.tar.zst freebsd-ports-gnome-5a807621b6c97add5c7d9892b4f67c50858f8038.zip |
Remove gratitutous version number from LIB_DEPENDS where not required.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/scr2png/Makefile | 2 |
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 |