summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-05 15:34:33 +0000
committerwiz <wiz>2005-04-05 15:34:33 +0000
commitd47220d1d3956d874a20f64c7b769fa64fe583b2 (patch)
treef25257f19529fcd5b0ab4a97d9f860ae02ac87b3 /time
parent9aee63603d6aa7fe47119df14144f10454d9ed22 (diff)
downloadpkgsrc-d47220d1d3956d874a20f64c7b769fa64fe583b2.tar.gz
Add missing curses dependency, noted by reed.
Diffstat (limited to 'time')
-rw-r--r--time/grdc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/time/grdc/Makefile b/time/grdc/Makefile
index 303afb53480..59214300b75 100644
--- a/time/grdc/Makefile
+++ b/time/grdc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/05 15:27:04 reed Exp $
+# $NetBSD: Makefile,v 1.3 2005/04/05 15:34:33 wiz Exp $
DISTNAME= grdc-20031019
CATEGORIES= time
@@ -10,4 +10,5 @@ COMMENT= Grand digital clock from FreeBSD-current games
INSTALLATION_DIRS+= bin man/man6
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"