diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-14 16:15:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-14 16:15:20 +0000 |
commit | de061a6c61730df55c6f38d8d9ba964b6aee0b33 (patch) | |
tree | 3757535e0cffe141412b01910b7f14b0965825b2 /audio/bmp | |
parent | 35d896024bf7890025d3a7f16f7b5c155c099326 (diff) | |
download | pkgsrc-de061a6c61730df55c6f38d8d9ba964b6aee0b33.tar.gz |
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'audio/bmp')
-rw-r--r-- | audio/bmp/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/bmp/Makefile.common b/audio/bmp/Makefile.common index 11392a54169..17a5652c05d 100644 --- a/audio/bmp/Makefile.common +++ b/audio/bmp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2004/04/14 12:46:39 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.3 2004/04/14 16:15:20 jmmv Exp $ # DISTNAME= bmp-0.9.6.1 @@ -9,14 +9,13 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://beepmp.sourceforge.net/ COMMENT= Beep Media Player (fork of XMMS to work with GTK+ 2.x) -DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs - DISTINFO_FILE= ${.CURDIR}/../../audio/bmp/distinfo FILESDIR= ${.CURDIR}/../../audio/xmms/files PATCHDIR= ${.CURDIR}/../../audio/bmp/patches GNU_CONFIGURE= yes USE_BUILDLINK3= yes +USE_DIRS+= xdg-1.1 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_X11= yes |