diff options
author | salo <salo@pkgsrc.org> | 2004-07-21 21:16:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-07-21 21:16:10 +0000 |
commit | 67c5db45eea347ac45d89c08ca6126a1db624662 (patch) | |
tree | 6b0c65766045b6f079904be97fd59eb1b41e3bb4 /time | |
parent | b212e2df00a8d44419254f79f45ed034576edae2 (diff) | |
download | pkgsrc-67c5db45eea347ac45d89c08ca6126a1db624662.tar.gz |
USE_IMAKE implies USE_X11BASE, remove it.
Diffstat (limited to 'time')
-rw-r--r-- | time/polclock/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/time/polclock/Makefile b/time/polclock/Makefile index f0fefe1d991..5877bec2e58 100644 --- a/time/polclock/Makefile +++ b/time/polclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:55:04 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/07/21 21:16:10 salo Exp $ # DISTNAME= polclock-1.11 @@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.daionet.gr.jp/~masa/glclock COMMENT= Digital clock with some nice graphics effects -USE_X11BASE= yes USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" |