diff options
author | krion <krion@FreeBSD.org> | 2003-11-06 17:09:43 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-06 17:09:43 +0800 |
commit | bc0064c44428f240862a693428c832b6e9018038 (patch) | |
tree | dfb78864c56f1e857e91a845b287d0c26b27596a /misc | |
parent | 78169f5b9fc62550b136ee52e630f704f2423422 (diff) | |
download | freebsd-ports-graphics-bc0064c44428f240862a693428c832b6e9018038.tar.gz freebsd-ports-graphics-bc0064c44428f240862a693428c832b6e9018038.tar.zst freebsd-ports-graphics-bc0064c44428f240862a693428c832b6e9018038.zip |
- Unbreak build by adding new master site
PR: 58986
Submitted by: Lars Eggert <larse@isi.edu> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-osd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/py-osd/Makefile b/misc/py-osd/Makefile index 05e302590b9..566577bba05 100644 --- a/misc/py-osd/Makefile +++ b/misc/py-osd/Makefile @@ -8,7 +8,8 @@ PORTNAME= osd PORTVERSION= 0.2.6 CATEGORIES= misc python -MASTER_SITES= http://repose.cx/pyosd/ +MASTER_SITES= http://repose.cx/pyosd/ \ + http://damien.kangaweb.com/moving/stuff/pyosd/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyosd-${PORTVERSION} @@ -17,8 +18,6 @@ COMMENT= A python wrapper for osd, for displaying text on your X display LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd -BROKEN= Does not fetch, will be removed after Feb 2 - USE_PYTHON= yes USE_PYDISTUTILS= yes |