diff options
author | jlam <jlam> | 2003-01-08 10:58:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-01-08 10:58:21 +0000 |
commit | 11083213db2bf1293cfdf4196c7968480a2d0f96 (patch) | |
tree | b39a0076d79a04c7cd527116e67fc1b5513c6d6f /x11 | |
parent | 476d31706f2c7a2a09d97ec4ff1d278d9eb52cc5 (diff) | |
download | pkgsrc-11083213db2bf1293cfdf4196c7968480a2d0f96.tar.gz |
Use buildlink2.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xautolock/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index 1d988bf594d..653f470ffd2 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/07/08 19:57:53 tron Exp $ +# $NetBSD: Makefile,v 1.13 2003/01/08 10:58:21 jlam Exp $ DISTNAME= xautolock-pl15 PKGNAME= xautolock-1.15 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tron@netbsd.org COMMENT= Activate xlock after a user defined time of inactivity +USE_BUILDLINK2= YES USE_IMAKE= YES .include "../../mk/bsd.prefs.mk" |