diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2014-12-27 00:09:02 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2014-12-27 00:09:02 +0000 |
commit | a781a6e13c48cdb077c68680f30716b878435448 (patch) | |
tree | 7061b4ba6bf92419cfcbfbdf988b02a781dbdcbb /x11/bgs/Makefile | |
parent | ceac9c5f821f4de7ba12309c13065316089a513f (diff) |
Notes
Diffstat (limited to 'x11/bgs/Makefile')
-rw-r--r-- | x11/bgs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/bgs/Makefile b/x11/bgs/Makefile index edbc7febab3f..c7f7012b5091 100644 --- a/x11/bgs/Makefile +++ b/x11/bgs/Makefile @@ -3,7 +3,7 @@ PORTNAME= bgs PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= http://s01.de/~gottox/files/bgs/ \ http://laffaye.free.fr/distfiles/ @@ -11,8 +11,9 @@ MASTER_SITES= http://s01.de/~gottox/files/bgs/ \ MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Simple X11 BackGround Setter using Imlib2 +LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 + USE_XORG= x11 xinerama -USE_EFL= imlib2 PLIST_FILES= bin/bgs \ man/man1/bgs.1.gz |