diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-25 19:46:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-25 19:46:30 +0000 |
commit | 4e486551e779cb10e6b2585de6ac20b84be5c8da (patch) | |
tree | b4ff603b313e975b1b3ec7fe379a275c6d863d64 /devel/rapidsvn | |
parent | 87cbe500926257644bc7ddba96fbec5eb48c0f95 (diff) | |
download | pkgsrc-4e486551e779cb10e6b2585de6ac20b84be5c8da.tar.gz |
Remove some BUILDLINK_DEPENDS.foo lines that have the same value as the default.
Diffstat (limited to 'devel/rapidsvn')
-rw-r--r-- | devel/rapidsvn/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 3e65acc7edf..8ce360e369a 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:13:33 tv Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/25 19:46:30 wiz Exp $ DISTNAME= rapidsvn-0.7.0 PKGREVISION= 1 @@ -17,9 +17,6 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-svn-include=${BUILDLINK_DIR}/include CONFIGURE_ARGS+= --with-svn-lib=${BUILDLINK_DIR}/lib -BUILDLINK_DEPENDS.subversion-base+= subversion-base>=1.0.0 -BUILDLINK_DEPENDS.wxGTK+= wxGTK>=2.4.2 - INSTALLATION_DIRS+= include/svncpp .include "../../devel/apr/buildlink3.mk" |