diff options
author | jlam <jlam> | 2002-09-01 18:58:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-01 18:58:52 +0000 |
commit | 2e8be2f72e52ccf30cc9fb4346f33984d613ae33 (patch) | |
tree | 7382cca59ee1a035347f5a753a9a944747f68568 /time | |
parent | 92e9ff9b9ea659b7a735bec4f70623dbc3486634 (diff) | |
download | pkgsrc-2e8be2f72e52ccf30cc9fb4346f33984d613ae33.tar.gz |
Use buildlink2.
Diffstat (limited to 'time')
-rw-r--r-- | time/xcal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/xcal/Makefile b/time/xcal/Makefile index 3c254c5c786..fa53b05df62 100644 --- a/time/xcal/Makefile +++ b/time/xcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:32:14 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/01 18:58:52 jlam Exp $ # DISTNAME= xcal41 @@ -10,9 +10,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= kim@tac.nyc.ny.us COMMENT= calendar with alarms and a notebook for X11 +USE_BUILDLINK2= yes USE_IMAKE= yes -#USE_XAW= yes -#XAW_TYPE= standard post-extract: @${MKDIR} ${WRKSRC} |