diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 03:27:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 03:27:34 +0800 |
commit | 1e24895eb92fd76244f5b10d1ec5f0aa3459ee70 (patch) | |
tree | 973c61950622ff561b5cae84c526ca059e7765d1 /graphics/telak | |
parent | 12fd604939a110c79684c9ab5bbe975b98a4cf62 (diff) | |
download | freebsd-ports-gnome-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.tar.gz freebsd-ports-gnome-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.tar.zst freebsd-ports-gnome-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.zip |
Use MASTER_SITE_CRITICAL
Diffstat (limited to 'graphics/telak')
-rw-r--r-- | graphics/telak/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index 29bf4961088d..52f7bf668d7b 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -10,14 +10,13 @@ PORTVERSION= 0.5 PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://julien.danjou.info/telak/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A tool to draw pictures on your root window LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ - gcrypt.15:${PORTSDIR}/security/libgcrypt \ + gcrypt.15:${PORTSDIR}/security/libgcrypt USE_GMAKE= yes USE_EFL= imlib2 |