diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 09:59:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 09:59:01 +0000 |
commit | b3e4e19ddced293c5d1147a3172d522b4a807708 (patch) | |
tree | 3c883a39a2d25fb39090c52b9f70a4343ca7cc7a /sysutils/swapd | |
parent | eaa56b6fc08ef5b5a1500ce02bed6585015cad94 (diff) |
Notes
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 |