diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-03 08:14:43 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-03 08:14:43 +0000 |
commit | dbba8af6447e625aae93ec45e619acbecb4ab189 (patch) | |
tree | d696a8c2d3e835a743132aa1f6a5cc0557d1c435 /x11-toolkits/py-qt | |
parent | 683eaaa4ff765b627c52f147501abfaec4449cce (diff) |
Notes
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 c56b33992e6b..97b08cd169fd 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 | \ |