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 /graphics/telak | |
parent | ceac9c5f821f4de7ba12309c13065316089a513f (diff) | |
download | ports-a781a6e13c48cdb077c68680f30716b878435448.tar.gz ports-a781a6e13c48cdb077c68680f30716b878435448.zip |
Notes
Diffstat (limited to 'graphics/telak')
-rw-r--r-- | graphics/telak/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index 9fde86921574..cfdaa3e563aa 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -3,7 +3,7 @@ PORTNAME= telak PORTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://julien.danjou.info/telak/ \ CRITICAL @@ -14,10 +14,10 @@ COMMENT= Tool to draw pictures on your root window LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libImlib2.so:${PORTSDIR}/graphics/imlib2 USES= gmake -USE_EFL= imlib2 ALL_TARGET= ${PORTNAME} |