diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-18 00:56:15 +0800 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-18 00:56:15 +0800 |
commit | 47ea2027399d43ac049942934d40ac18826c71b2 (patch) | |
tree | 43d0c944df19f1ce167cc9dca42970d0f08f38eb /sysutils | |
parent | 58592053bfaade5a7fbea559a788e36f9568f1d3 (diff) | |
download | freebsd-ports-gnome-47ea2027399d43ac049942934d40ac18826c71b2.tar.gz freebsd-ports-gnome-47ea2027399d43ac049942934d40ac18826c71b2.tar.zst freebsd-ports-gnome-47ea2027399d43ac049942934d40ac18826c71b2.zip |
- Convert to USES=tar
- Use precise BSD licenses
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gsmartcontrol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile index 5deaa427af8d..ebf03d7da253 100644 --- a/sysutils/gsmartcontrol/Makefile +++ b/sysutils/gsmartcontrol/Makefile @@ -14,9 +14,8 @@ LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ smartctl:${PORTSDIR}/sysutils/smartmontools -USE_BZIP2= yes USE_AUTOTOOLS= libtool -USES= pkgconfig +USES= pkgconfig tar:bzip2 INSTALLS_ICONS= yes CONFIGURE_ARGS= --disable-libglade |