diff options
author | tron <tron> | 1998-02-17 19:33:47 +0000 |
---|---|---|
committer | tron <tron> | 1998-02-17 19:33:47 +0000 |
commit | 4bcffcae01bac383701770c3455fd475703b6323 (patch) | |
tree | 31427b355be9f8a1991b10680fb0d449ae7c283d /misc/ical/Makefile | |
parent | 810c4b9ce388d3261bb565bf315d4fd1d4182825 (diff) | |
download | pkgsrc-4bcffcae01bac383701770c3455fd475703b6323.tar.gz |
Adjust to NetBSD's package system.
Diffstat (limited to 'misc/ical/Makefile')
-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 9ec66deb4ca..ae262cfe275 100644 --- a/misc/ical/Makefile +++ b/misc/ical/Makefile @@ -3,6 +3,7 @@ # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # +# $NetBSD: Makefile,v 1.2 1998/02/17 19:33:47 tron Exp $ # $FreeBSD Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp # @@ -12,7 +13,7 @@ MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/ MAINTAINER= erich@FreeBSD.ORG -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |