diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-06 09:09:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-06 09:09:43 +0000 |
commit | 0c71885ec4d3208f62917f522cf0c3463ccf5b29 (patch) | |
tree | 0df58113c0a5c7726c44a881f3ec7d5620a6e697 /misc | |
parent | 81cfb0358e4b69eef6fbb8b00f0afc4527a08bb6 (diff) |
Notes
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 05e302590b92..566577bba059 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 |