diff options
author | tron <tron> | 1999-07-08 01:40:14 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-08 01:40:14 +0000 |
commit | c9e595ea0948bb80056e41ad91bffcda94837306 (patch) | |
tree | 83edaa46bcfb87cd6e2c1600e50ebb84f90f74ca | |
parent | daf107ece2f30167ef7c66c0ebb83cbc65bddd71 (diff) | |
download | pkgsrc-c9e595ea0948bb80056e41ad91bffcda94837306.tar.gz |
Remove redundant dependence on "libaudiofile".
-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 |