diff options
author | tron <tron> | 2006-01-21 20:40:00 +0000 |
---|---|---|
committer | tron <tron> | 2006-01-21 20:40:00 +0000 |
commit | d238cb0c6e41fae2fda23b2cd1ebc330eb0bbcca (patch) | |
tree | d518fe106f5b7a558c5789f64a59d37be6bc72ab /misc/openoffice2-bin | |
parent | e5e5d5c886881163875956fcc539fd60fad0c30e (diff) | |
download | pkgsrc-d238cb0c6e41fae2fda23b2cd1ebc330eb0bbcca.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/openoffice2-bin')
-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" |