Fix QT4 option usage (in preparation for Qt-4.6.0 update)

This commit is contained in:
Max Brazhnikov 2009-12-19 22:34:08 +00:00
parent 5dd326c08e
commit dc9073e694
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246268

View file

@ -10,8 +10,6 @@ USE_PYTHON= yes
USE_GETTEXT= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.pre.mk>
.if !defined(PKGNAMEPREFIX)
BUILD_DEPENDS= ${PYNUMPY} \
py*-qt4-core>=4.4:${PORTSDIR}/devel/py-qt4-core \
@ -47,4 +45,4 @@ post-patch:
@${REINPLACE_CMD} -e '/req/d' ${WRKSRC}/setup.py
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>