diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 18:56:13 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 18:56:13 +0000 |
commit | 3fe7edf2399886ec0fb2bc928971ac6543d869ad (patch) | |
tree | e7cf0837ac28ba947958059c9f46abc82e5a4fb1 /misc/ical | |
parent | c216c41c0a815e355fdacc820a0e1bc8037d319d (diff) | |
download | pkgsrc-3fe7edf2399886ec0fb2bc928971ac6543d869ad.tar.gz |
add USE_X11=yes
Diffstat (limited to 'misc/ical')
-rw-r--r-- | misc/ical/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ical/Makefile b/misc/ical/Makefile index f1d1dd4d43f..bbba89a5a2d 100644 --- a/misc/ical/Makefile +++ b/misc/ical/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/04/01 13:38:45 agc Exp $ +# $NetBSD: Makefile,v 1.9 1999/04/26 18:56:14 garbled Exp $ # $FreeBSD Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp # @@ -11,6 +11,7 @@ HOMEPAGE= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/ DEPENDS+= tk-8.0.5:../../x11/tk80 +USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-tclconfig=${PREFIX}/lib/tcl8.0 \ |