diff options
author | bad <bad@pkgsrc.org> | 1999-03-22 16:10:04 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-03-22 16:10:04 +0000 |
commit | 216d0d34a185bc14cfec707c7e2d7d938714ada0 (patch) | |
tree | f308af7cfac98072f9114733d21edf78fe6e159a | |
parent | fa9c2f3760231b08dc9a0e755773b4eeede3a406 (diff) | |
download | pkgsrc-216d0d34a185bc14cfec707c7e2d7d938714ada0.tar.gz |
LIB_DEPENDS -> DEPENDS.
-rw-r--r-- | devel/libg++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index f46e012c3f5..b147190107e 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/03/22 16:08:32 bad Exp $ +# $NetBSD: Makefile,v 1.10 1999/03/22 16:10:04 bad Exp $ # DISTNAME= libg++-${GXXVERSION} @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=/libg++/} MAINTAINER= tv@netbsd.org -LIB_DEPENDS= stdc++.1.: # only from NetBSD's source tree +DEPENDS= stdc++.1.: # only from NetBSD's source tree BROKEN= "Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree" |