summaryrefslogtreecommitdiff
path: root/mbone/vat
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /mbone/vat
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'mbone/vat')
-rw-r--r--mbone/vat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index 5408a203155..2325fe3492e 100644
--- a/mbone/vat/Makefile
+++ b/mbone/vat/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2003/07/17 21:48:29 grant Exp $
+# $NetBSD: Makefile,v 1.45 2004/01/20 12:20:24 agc Exp $
#
DISTNAME= vatsrc-4.0b2
PKGNAME= ${DISTNAME:S/src//}
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= mbone
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/
@@ -14,6 +13,7 @@ COMMENT= The Visual Audio Tool - multicast audioconferencing
DEPENDS+= tk>=8.3.2:../../x11/tk
DEPENDS+= gsm-1.0.10:../../audio/gsm
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl=${PREFIX} --with-tk=${PREFIX}