diff options
author | tron <tron@pkgsrc.org> | 1999-07-08 01:40:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-08 01:40:14 +0000 |
commit | e7edf60010a341867aadbc29cd2ed00ba635e4e1 (patch) | |
tree | 83edaa46bcfb87cd6e2c1600e50ebb84f90f74ca /misc | |
parent | 09942ffc97d8b5afd6d462bb410c81837a4f9896 (diff) | |
download | pkgsrc-e7edf60010a341867aadbc29cd2ed00ba635e4e1.tar.gz |
Remove redundant dependence on "libaudiofile".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-pim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index 08a3297e24c..cfbee28eca1 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/05/13 23:45:27 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/07/08 01:40:14 tron Exp $ # DISTNAME= gnome-pim-1.0.7 @@ -21,7 +21,6 @@ HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= gnome-core-1.0.5:../../x11/gnome-libs -DEPENDS+= libaudiofile-0.1.6:../../audio/libaudiofile GNU_CONFIGURE= YES USE_X11BASE= YES |