diff options
author | agc <agc> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-30 13:56:55 +0000 |
commit | 1a96f1e06af2e19065156a5566de4be75f6d7b59 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /misc/zorro | |
parent | 41ebe05dbcda023f91271eb81234de99453964a6 (diff) | |
download | pkgsrc-1a96f1e06af2e19065156a5566de4be75f6d7b59.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 |