diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-17 20:00:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-17 20:00:41 +0000 |
commit | ed477c4517e263e5ec263379ba1f4a92b0e1e1a8 (patch) | |
tree | e67e88c4aacecdd9b5ee54d3003fd1b4b2ea536b /devel/py-qt4-dbus/Makefile | |
parent | cac2fe7459b8bf97093bde1950d7ce97e2403448 (diff) | |
download | ports-ed477c4517e263e5ec263379ba1f4a92b0e1e1a8.tar.gz ports-ed477c4517e263e5ec263379ba1f4a92b0e1e1a8.zip |
Notes
Diffstat (limited to 'devel/py-qt4-dbus/Makefile')
-rw-r--r-- | devel/py-qt4-dbus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-qt4-dbus/Makefile b/devel/py-qt4-dbus/Makefile index 8fb5e70eb454..09e3827a5ee9 100644 --- a/devel/py-qt4-dbus/Makefile +++ b/devel/py-qt4-dbus/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ PORTNAME= dbus -PORTVERSION= 20070318 +PORTVERSION= 4.2 CATEGORIES= devel python -MASTER_SITES= http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt4/ \ +MASTER_SITES= http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ \ http://freebsd.ricin.com/ports/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- -DISTNAME= PyQt-x11-gpl-4-snapshot-${PORTVERSION} +DISTNAME= PyQt-x11-gpl-${PORTVERSION} MAINTAINER= danny@ricin.com COMMENT= Python bindings for the Qt4 toolkit, D-BUS module |