diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /sysutils/gsmartcontrol/Makefile | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) |
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=316355
Diffstat (limited to 'sysutils/gsmartcontrol/Makefile')
-rw-r--r-- | sysutils/gsmartcontrol/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile index f7a916f8dc7f..3a426fd7dcd1 100644 --- a/sysutils/gsmartcontrol/Makefile +++ b/sysutils/gsmartcontrol/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gsmartcontrol -# Date created: 2009-03-25 -# Whom: Pawel Pekala <c0rn@o2.pl> -# +# Created by: Pawel Pekala <c0rn@o2.pl> # $FreeBSD$ -# PORTNAME= gsmartcontrol PORTVERSION= 0.8.7 @@ -32,10 +28,10 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ smartctl:${PORTSDIR}/sysutils/smartmontools USE_AUTOTOOLS= libtool +USES= pkgconfig USE_BZIP2= yes USE_GETTEXT= yes USE_ICONV= yes -USE_PKGCONFIG= build USE_GNOME= gtk20 USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \ xi xinerama xrandr xrender |