diff options
Diffstat (limited to 'x11-toolkits/py-qt')
-rw-r--r-- | x11-toolkits/py-qt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile index c56b339..97b08cd 100644 --- a/x11-toolkits/py-qt/Makefile +++ b/x11-toolkits/py-qt/Makefile @@ -14,14 +14,12 @@ MAINTAINER= adsharma@sharmas.dhs.org LIB_DEPENDS= sip.4:${PORTSDIR}/devel/sip -USE_QT2= yes +USE_QT_VER= 2 USE_PYTHON= yes USE_LIBTOOL= yes USE_GMAKE= yes CONFIGURE_ENV= LDFLAGS=-lgcc \ SIP_MOC="${X11BASE}/bin/moc2" -CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \ - --with-qt-libraries=${X11BASE}/lib pre-patch: @find ${WRKSRC} -name Makefile.in | \ |