diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-18 23:56:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-18 23:56:30 +0000 |
commit | b779b6b24d54427673bdc8719e1f1b9e1db159b9 (patch) | |
tree | 9634c4ebe5250a49b5b937da06d04c5f487939d2 /graphics/scr2png | |
parent | 9266914f841eea413ac039683c995e1289c089b7 (diff) |
Notes
Diffstat (limited to 'graphics/scr2png')
-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 |