diff options
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r-- | audio/gqmpeg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 45ef076764f..b1fc6a36611 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2006/07/13 10:13:54 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2008/06/20 01:09:05 joerg Exp $ DISTNAME= gqmpeg-0.20.0 PKGREVISION= 10 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gqmpeg.sourceforge.net/ COMMENT= GTK+ front end to mpg123 +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= mpg123{,-esound,-nas}>=0.59.18:../../audio/mpg123 DEPENDS+= vorbis-tools>=1.0.0.6:../../audio/vorbis-tools DEPENDS+= xmp>=2.0.2:../../audio/xmp |