diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-27 22:23:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-27 22:23:14 +0000 |
commit | 5f806c8f159bfc5003d8da0cde4e13fe50e8a202 (patch) | |
tree | fe75342c25601ad9787662ff64c2f81c2ed040c4 /sysutils/gsmartcontrol | |
parent | 49677f8d5f7b8343c4e4d41e72f2fdccd0a948b4 (diff) |
Notes
Diffstat (limited to 'sysutils/gsmartcontrol')
-rw-r--r-- | sysutils/gsmartcontrol/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile index ebf03d7da253..50a02220e730 100644 --- a/sysutils/gsmartcontrol/Makefile +++ b/sysutils/gsmartcontrol/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsmartcontrol PORTVERSION= 0.8.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://artificialtime.com/${PORTNAME}/ @@ -14,10 +14,10 @@ LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ smartctl:${PORTSDIR}/sysutils/smartmontools -USE_AUTOTOOLS= libtool -USES= pkgconfig tar:bzip2 +USES= pkgconfig tar:bzip2 libtool INSTALLS_ICONS= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-libglade OPTIONS_DEFINE= DOCS |