diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-06 18:09:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-06 18:09:30 +0000 |
commit | 72fe026b615ccc4c87d62bf808d3f6cc5157b795 (patch) | |
tree | 5633b43060ba0ff8b067ef2b65a565f2caa4ee52 /sysutils/gnome-acme | |
parent | 2144da5dc2727aae4e73b1c177a956fa2738194b (diff) | |
download | pkgsrc-72fe026b615ccc4c87d62bf808d3f6cc5157b795.tar.gz |
Remove redundant BUILDLINK_DEPENDS.
Diffstat (limited to 'sysutils/gnome-acme')
-rw-r--r-- | sysutils/gnome-acme/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/gnome-acme/Makefile b/sysutils/gnome-acme/Makefile index 7fa65844f2d..061ea7c8e98 100644 --- a/sysutils/gnome-acme/Makefile +++ b/sysutils/gnome-acme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/11/25 19:11:58 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/06 18:09:30 minskim Exp $ DISTNAME= acme-2.4.2 PKGNAME= gnome-${DISTNAME} @@ -13,8 +13,6 @@ COMMENT= Small GNOME tool to make use of the multimedia buttons DEPENDS= gnome2-control-center>=2.0:../../x11/gnome2-control-center -BUILDLINK_DEPENDS.libwnck+= libwnck>=2.6.2.1 - GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_BUILDLINK3= yes |