diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-05-11 18:43:10 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-05-11 18:43:10 +0800 |
commit | 047c5dc3ed506f926511002f3cbf5e8d2d32bf6c (patch) | |
tree | ac5f20c985d806fe0160460fdaadbbed44ca0a97 /misc/py-qt4-demo/Makefile | |
parent | 31319b4c08a3200ebff8c4578fd63981a72a5657 (diff) | |
download | freebsd-ports-gnome-047c5dc3ed506f926511002f3cbf5e8d2d32bf6c.tar.gz freebsd-ports-gnome-047c5dc3ed506f926511002f3cbf5e8d2d32bf6c.tar.zst freebsd-ports-gnome-047c5dc3ed506f926511002f3cbf5e8d2d32bf6c.zip |
- The FreeBSD KDE team is pleased to announce SIP-4.10.2, PyQt-4.7.3
and QScintilla-2.4.3 for FreeBSD.
With hat on: kde@
Diffstat (limited to 'misc/py-qt4-demo/Makefile')
-rw-r--r-- | misc/py-qt4-demo/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile index a3626d951d81..270e77a7a881 100644 --- a/misc/py-qt4-demo/Makefile +++ b/misc/py-qt4-demo/Makefile @@ -6,7 +6,6 @@ PORTNAME= demo PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= misc devel python MASTER_SITES= ${MASTER_SITES_PYQT4} @@ -24,7 +23,7 @@ OPTIONSFILE= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4 .include "../../devel/py-sip/files/bsd.pyqt.mk" -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if !defined(WITHOUT_PYQT4) RUN_DEPENDS+= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core \ @@ -43,7 +42,6 @@ RUN_DEPENDS+= ${PKGNAMEPREFIX}core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-co ${PKGNAMEPREFIX}xmlpatterns>=${PYQT4_VERSION}:${PORTSDIR}/textproc/py-qt4-xmlpatterns \ ${PKGNAMEPREFIX}help>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-help \ ${PKGNAMEPREFIX}webkit>=${PYQT4_VERSION}:${PORTSDIR}/www/py-qt4-webkit \ - ${PKGNAMEPREFIX}multimedia>=${PYQT4_VERSION}:${PORTSDIR}/multimedia/py-qt4-multimedia \ ${PKGNAMEPREFIX}phonon>=${PYQT4_VERSION}:${PORTSDIR}/multimedia/py-qt4-phonon .if !defined(NOPORTDOCS) RUN_DEPENDS+= ${PKGNAMEPREFIX}doc>=${PYQT4_VERSION}:${PORTSDIR}/misc/py-qt4-doc @@ -67,4 +65,4 @@ do-install: @${ECHO} "NOPORTEXAMPLES is set -- installing nothing." .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |