diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 17:59:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 17:59:01 +0800 |
commit | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (patch) | |
tree | 3c883a39a2d25fb39090c52b9f70a4343ca7cc7a /sysutils/swapd | |
parent | 8e9b67036c221691a461cb06c98cf968f1429dc7 (diff) | |
download | freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.tar.gz freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.tar.zst freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils/swapd')
-rw-r--r-- | sysutils/swapd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/swapd/Makefile b/sysutils/swapd/Makefile index 84d6e909e84d..7dc6a07649e7 100644 --- a/sysutils/swapd/Makefile +++ b/sysutils/swapd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: swapd -# Date created: August 16, 2007 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= swapd PORTVERSION= 1.0.3 @@ -16,7 +12,7 @@ COMMENT= A daemon that watches free memory and manages swap files LIB_DEPENDS= statgrab:${PORTSDIR}/devel/libstatgrab -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_RC_SUBR= swapd |