diff options
author | agc <agc@pkgsrc.org> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-30 13:56:55 +0000 |
commit | ae35b6154807dcc8e7b52b4af95aea0d3dc32d64 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /mbone/vic | |
parent | 517e21a42cdd21bd90f199e6eda56f3bba08c105 (diff) | |
download | pkgsrc-ae35b6154807dcc8e7b52b4af95aea0d3dc32d64.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'mbone/vic')
-rw-r--r-- | mbone/vic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index 7aef94649dc..4e0daf522d6 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -3,7 +3,7 @@ # Date created: 1997 Nov 19 # Whom: is # -# $NetBSD: Makefile,v 1.3 1998/01/24 20:46:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:57 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp # @@ -14,7 +14,7 @@ DISTFILES= vicsrc-2.8.tar.gz MAINTAINER= is@netbsd.org -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes USE_X11= yes |