diff options
author | agc <agc> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-30 13:56:55 +0000 |
commit | a4f26ebe1ae83222fe52b008eb3053dbcb7bf063 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /misc/zorro | |
parent | 0db0fc6fc6c94e5c32f0348a48267f2d3c64e4e6 (diff) | |
download | pkgsrc-a4f26ebe1ae83222fe52b008eb3053dbcb7bf063.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'misc/zorro')
-rw-r--r-- | misc/zorro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/zorro/Makefile b/misc/zorro/Makefile index 5618ada311b..47a1d097692 100644 --- a/misc/zorro/Makefile +++ b/misc/zorro/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Aug 1996 # Whom: shanee@rabbit.augusta.de # -# $NetBSD: Makefile,v 1.3 1998/01/24 21:31:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:28 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/22 19:55:25 jseger Exp # @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ MAINTAINER= shanee@augusta.de -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80.1.:${PORTSDIR}/x11/tk80 NO_BUILD= yes |