1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Backout previous changes, since the port does not depend on libusb now

This commit is contained in:
Max Brazhnikov 2009-03-09 20:46:22 +00:00
parent 0f78831ad1
commit d3af99ffad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229796

View File

@ -6,6 +6,7 @@
PORTNAME= kdeedu
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -46,13 +47,7 @@ CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \
-DBOOST_PYTHON_INCLUDES="${LOCALBASE}/include;${PYTHON_INCLUDEDIR}" \
-DBOOST_PYTHON_LIBS="-L${LOCALBASE}/lib -lboost_python -l${PYTHON_VERSION}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb
.endif
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.post.mk>
.include <bsd.port.mk>