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/wmfire | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) |
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=316355
Diffstat (limited to 'sysutils/wmfire')
-rw-r--r-- | sysutils/wmfire/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/wmfire/Makefile b/sysutils/wmfire/Makefile index 2f2d1de46c78..063accbe64b9 100644 --- a/sysutils/wmfire/Makefile +++ b/sysutils/wmfire/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmfire -# Date created: 21 October 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# +# Created by: Chris D. Faulhaber <jedgar@fxp.org> # $FreeBSD$ -# PORTNAME= wmfire PORTVERSION= 1.2.4 @@ -16,8 +12,8 @@ COMMENT= Window Maker dock app showing load average as a flame LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop +USES= pkgconfig USE_GNOME= gtk20 -USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_CSTD= gnu89 CPPFLAGS+= -I${LOCALBASE}/include |