diff options
Diffstat (limited to 'audio/gtkmserv/Makefile')
-rw-r--r-- | audio/gtkmserv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gtkmserv/Makefile b/audio/gtkmserv/Makefile index 83822bff47d..e0448468b2a 100644 --- a/audio/gtkmserv/Makefile +++ b/audio/gtkmserv/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/10/13 12:04:19 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/29 12:40:06 jmmv Exp $ # DISTNAME= gtkmserv-0.5.2 +WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= audio MASTER_SITES= http://projects.ubertechnique.com/downloads/ @@ -9,7 +10,6 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://projects.ubertechnique.com/index.html COMMENT= gtk-based GUI client for the audio/mserv package -WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= YES USE_BUILDLINK2= YES |