diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-09-05 22:40:31 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-09-05 22:40:31 +0800 |
commit | 12cde664bb982ae89d78ffefef3edce38cb71572 (patch) | |
tree | b88d15980fcb893aaed321577b5efdaa00c54798 | |
parent | 19702b171f4a888409254169d23855c03247c275 (diff) | |
download | freebsd-ports-gnome-12cde664bb982ae89d78ffefef3edce38cb71572.tar.gz freebsd-ports-gnome-12cde664bb982ae89d78ffefef3edce38cb71572.tar.zst freebsd-ports-gnome-12cde664bb982ae89d78ffefef3edce38cb71572.zip |
Switch to USES=python
-rw-r--r-- | sysutils/pcbsd-utils-qt4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/pcbsd-utils-qt4/Makefile b/sysutils/pcbsd-utils-qt4/Makefile index 2f099b7fe78d..9cbf31f6ef9b 100644 --- a/sysutils/pcbsd-utils-qt4/Makefile +++ b/sysutils/pcbsd-utils-qt4/Makefile @@ -17,11 +17,10 @@ LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtso MAKE_JOBS_UNSAFE=yes ONLY_FOR_ARCHS= amd64 -USE_PYTHON= yes USE_LDCONFIG= yes USE_QT4= corelib gui network svg linguist \ moc_build rcc_build uic_build -USES= qmake tar:bzip2 +USES= qmake tar:bzip2 python WRKSRC= ${WRKDIR}/src-qt4 |