diff options
author | marino <marino@FreeBSD.org> | 2016-09-21 01:33:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-21 01:33:52 +0800 |
commit | c297be8575ed08a1417704bd740d2a5fa1720d0c (patch) | |
tree | 42b12bd48e5cea8ec4ee51c6c2c938410090218d /x11-toolkits | |
parent | 06309f4b5b2230419789a799d55a4ea23521fdde (diff) | |
download | freebsd-ports-gnome-c297be8575ed08a1417704bd740d2a5fa1720d0c.tar.gz freebsd-ports-gnome-c297be8575ed08a1417704bd740d2a5fa1720d0c.tar.zst freebsd-ports-gnome-c297be8575ed08a1417704bd740d2a5fa1720d0c.zip |
graphics/squish: new fedora MASTER_SITES to unbreak
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tktray/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/tktray/Makefile b/x11-toolkits/tktray/Makefile index 1ef89a7b6911..aedf594d9f70 100644 --- a/x11-toolkits/tktray/Makefile +++ b/x11-toolkits/tktray/Makefile @@ -4,14 +4,12 @@ PORTNAME= tktray PORTVERSION= 1.3.9 CATEGORIES= x11-toolkits tk -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/tktray/tktray1.3.9.tar.gz/6f7f22e7c6f1d7dc9f7e19ee2e9a82aa/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= System tray icon support -BROKEN= Unfetchable (google code has gone away) - USES+= tk:tea USE_XORG= x11 xext |