diff options
author | tron <tron@pkgsrc.org> | 2006-01-21 20:40:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-01-21 20:40:00 +0000 |
commit | eb4dfcb58b91d72458e2ea399ec43268a887bded (patch) | |
tree | d518fe106f5b7a558c5789f64a59d37be6bc72ab /misc | |
parent | b9431606d00f306df924c155ab50273041c8f5e2 (diff) | |
download | pkgsrc-eb4dfcb58b91d72458e2ea399ec43268a887bded.tar.gz |
Remove unnecessary dependence on "rpm" package. This package only
needs "rpm2pkg" (which only has a build time dependence on "rpm").
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice2-bin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/openoffice2-bin/Makefile b/misc/openoffice2-bin/Makefile index 7eff13cb9f7..aa374c3b29c 100644 --- a/misc/openoffice2-bin/Makefile +++ b/misc/openoffice2-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/01/04 15:29:41 ghen Exp $ +# $NetBSD: Makefile,v 1.13 2006/01/21 20:40:00 tron Exp $ PKGNAME= openoffice-bin-2.0.1 CATEGORIES= misc @@ -104,5 +104,4 @@ do-install: ${LN} -sf ../openoffice.org${OO_VER}/program/${i} ${PREFIX}/bin/${i} .endfor -.include "../../misc/rpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |