diff options
author | tron <tron@pkgsrc.org> | 1999-07-08 01:37:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-08 01:37:57 +0000 |
commit | 35a2a001080e87ed23d29ec157a164922c125204 (patch) | |
tree | 8c546eb81b5a7cb339f35876429286a678983445 | |
parent | 797ab2574bdb21890ce6d405d017839c39e67b8c (diff) | |
download | pkgsrc-35a2a001080e87ed23d29ec157a164922c125204.tar.gz |
Remove redundant dependences on "gettext" and "libaudiofile".
-rw-r--r-- | misc/gnome-utils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index 0e4d642c973..aaebebe5ab8 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/07/06 08:04:33 jlam Exp $ +# $NetBSD: Makefile,v 1.4 1999/07/08 01:37:57 tron Exp $ # DISTNAME= gnome-utils-1.0.1 @@ -21,9 +21,7 @@ HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= ncurses-4.2:../../devel/ncurses -DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= gnome-core-1.0.5:../../x11/gnome-libs -DEPENDS+= libaudiofile-0.1.6:../../audio/libaudiofile GNU_CONFIGURE= YES USE_X11BASE= YES |