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 /net-p2p/gkremldk/Makefile | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) |
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=316355
Diffstat (limited to 'net-p2p/gkremldk/Makefile')
-rw-r--r-- | net-p2p/gkremldk/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/gkremldk/Makefile b/net-p2p/gkremldk/Makefile index 43218f1ced63..00d617d1a546 100644 --- a/net-p2p/gkremldk/Makefile +++ b/net-p2p/gkremldk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: GKrellM MLDonkey plugin -# Date created: Sat Mar 25 05:17:51 UTC 2006 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gkremldk PORTVERSION= 0.9.8 @@ -22,9 +18,9 @@ BUILD_DEPENDS= \ ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig USE_BZIP2= yes USE_AUTOTOOLS= autoconf -USE_PKGCONFIG= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_JOBS_SAFE= yes |