diff options
author | jmmv <jmmv> | 2003-01-27 19:46:59 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-27 19:46:59 +0000 |
commit | f1f3cf5f160c2b476df80baf54fd98e25db85c1d (patch) | |
tree | 21e51658cb770b1bb4e42ef539a2830c4d1c8842 /audio/yamt | |
parent | 84f0760517362ac99c9ee55719156eb342dc21f0 (diff) | |
download | pkgsrc-f1f3cf5f160c2b476df80baf54fd98e25db85c1d.tar.gz |
Remove dependancy on gnome1-dirs as discussed with wiz. This will be handled by gnome-libs.
Diffstat (limited to 'audio/yamt')
-rw-r--r-- | audio/yamt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/yamt/Makefile b/audio/yamt/Makefile index 40d44ac111f..4e90ba03a81 100644 --- a/audio/yamt/Makefile +++ b/audio/yamt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/01/27 12:31:30 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/27 19:48:46 jmmv Exp $ DISTNAME= yamt-0.5 PKGREVISION= 1 @@ -17,6 +17,5 @@ USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -.include "../../misc/gnome1-dirs/buildlink2.mk" .include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |