diff options
author | jlam <jlam> | 2001-10-03 22:36:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-03 22:36:37 +0000 |
commit | 21e778e8230e9444c3923bbbfb0f203c4fa20134 (patch) | |
tree | 52c18907bfe7de767bdbd153225e7d61aac042bb /net/ORBit | |
parent | 9c675690f4db5be3e0c0197bbec5466317cadad9 (diff) | |
download | pkgsrc-21e778e8230e9444c3923bbbfb0f203c4fa20134.tar.gz |
bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
Diffstat (limited to 'net/ORBit')
-rw-r--r-- | net/ORBit/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index b71a0444065..ae5d3f88a96 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2001/10/03 17:38:07 jlam Exp $ +# $NetBSD: Makefile,v 1.66 2001/10/03 22:36:40 jlam Exp $ # DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} @@ -21,9 +21,6 @@ LTCONFIG_OVERRIDE+= ${WRKSRC}/libIDL/ltconfig GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES -REPLACE_BUILDLINK= orbit-config -REPLACE_BUILDLINK+= ORBit.pc -REPLACE_BUILDLINK+= libIDL/libIDLConf.sh # for DISTNAME, PKGNAME, and PLIST ORBIT_MAJOR= 5 |