diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-05 19:23:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-05 19:23:42 +0000 |
commit | 82a87de90c337aae160ac254606dad78d0d78d11 (patch) | |
tree | 516db145d6cf5fd4d2666f811272aad577272ac5 /net-im/yoono/Makefile | |
parent | f22162b04be45bf28d125c67ee0a841fb1ae4b55 (diff) |
Notes
Diffstat (limited to 'net-im/yoono/Makefile')
-rw-r--r-- | net-im/yoono/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/yoono/Makefile b/net-im/yoono/Makefile index 0f0cea88b2bc..b6e9b06993de 100644 --- a/net-im/yoono/Makefile +++ b/net-im/yoono/Makefile @@ -30,10 +30,9 @@ ONLY_FOR_ARCHS_REASON= binary distribution SUB_FILES= ${PORTNAME} pkg-message SUB_LIST= LINUXBASE=${LINUXBASE} +USES= linux tar:bzip2 USE_LDCONFIG= yes -USE_LINUX= yes -USE_LINUX_APPS= alsalib dbuslibs gtk2 xorglibs -USES= tar:bzip2 +USE_LINUX= alsalib dbuslibs gtk2 xorglibs WRKSRC= ${WRKDIR}/${PORTNAME}-desktop |