diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-14 11:32:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-14 11:32:02 +0000 |
commit | 71e377256bd3ae682f9c0032503575c7378f709e (patch) | |
tree | 0ad479e1d9d73ca0d0f7f47b8125c940e8c312df /x11/electricsheep | |
parent | 44d1eb6260f636d2eae70f992a3644e1b5e06c54 (diff) | |
download | ports-71e377256bd3ae682f9c0032503575c7378f709e.tar.gz ports-71e377256bd3ae682f9c0032503575c7378f709e.zip |
Notes
Diffstat (limited to 'x11/electricsheep')
-rw-r--r-- | x11/electricsheep/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/electricsheep/Makefile b/x11/electricsheep/Makefile index 893389f9b489..1971b4143929 100644 --- a/x11/electricsheep/Makefile +++ b/x11/electricsheep/Makefile @@ -15,16 +15,14 @@ MAINTAINER= dyeske@yahoo.com COMMENT= A nice distributed screensaver LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ - jpeg.9:${PORTSDIR}/graphics/jpeg + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \ xsetbg:${PORTSDIR}/graphics/xli \ curl:${PORTSDIR}/ftp/curl -BROKEN= Missing LIB_DEPENDS - USE_X_PREFIX= yes USE_SDL= sdl -USE_GMAKE= yes USE_REINPLACE= yes USE_LIBTOOL_VER=13 |