summaryrefslogtreecommitdiff
path: root/audio/gtkmserv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gtkmserv/Makefile')
-rw-r--r--audio/gtkmserv/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/gtkmserv/Makefile b/audio/gtkmserv/Makefile
index e5be97850cc..f3d6b9994f3 100644
--- a/audio/gtkmserv/Makefile
+++ b/audio/gtkmserv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/02/15 01:10:53 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2002/02/26 01:37:20 wiz Exp $
#
DISTNAME= gtkmserv-0.5.2
@@ -9,10 +9,12 @@ 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
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gtkMserv ${PREFIX}/bin
+.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"