diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-02 17:46:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-02 17:46:41 +0800 |
commit | 270f3a51001113ccd87e68e9ed04f00191ac8cc7 (patch) | |
tree | beee4672741a61bc23355f1ed95fe46466ad3680 /sysutils/pcbsd-utils-qt5 | |
parent | 51a8fb9d602996a50107e3d6ca5ff828340afee5 (diff) | |
download | freebsd-ports-gnome-270f3a51001113ccd87e68e9ed04f00191ac8cc7.tar.gz freebsd-ports-gnome-270f3a51001113ccd87e68e9ed04f00191ac8cc7.tar.zst freebsd-ports-gnome-270f3a51001113ccd87e68e9ed04f00191ac8cc7.zip |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
Approved by: portmgr blanket
Diffstat (limited to 'sysutils/pcbsd-utils-qt5')
-rw-r--r-- | sysutils/pcbsd-utils-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pcbsd-utils-qt5/Makefile b/sysutils/pcbsd-utils-qt5/Makefile index c191375fa0c9..bcd78b964822 100644 --- a/sysutils/pcbsd-utils-qt5/Makefile +++ b/sysutils/pcbsd-utils-qt5/Makefile @@ -31,7 +31,7 @@ ONLY_FOR_ARCHS= amd64 USE_LDCONFIG= yes USE_QT5= core gui network svg linguist \ webkit buildtools x11extras -USES= desktop-file-utils python qmake shebangfix tar:xz +USES= desktop-file-utils python qmake shebangfix SHEBANG_FILES= pc-netmanager/src/NetworkManager/resources/umts_stick \ pc-sysmanager/scripts/fastest_cvsup |