summaryrefslogtreecommitdiff
path: root/mbone/vat
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-11-13 01:26:58 +0000
committerfrueauf <frueauf>1998-11-13 01:26:58 +0000
commit8248404acc5d85113fdee802ed0338c555a365c5 (patch)
treeed525cebfe9e906777ede664b546b2a3048a9f43 /mbone/vat
parentb6ac48ff2672737a27941550229e013609d9374c (diff)
downloadpkgsrc-8248404acc5d85113fdee802ed0338c555a365c5.tar.gz
pkglint: move NOT_FOR_ARCHS where it belongs.
Diffstat (limited to 'mbone/vat')
-rw-r--r--mbone/vat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index 587f8746c08..f9104ac878a 100644
--- a/mbone/vat/Makefile
+++ b/mbone/vat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1998/09/22 06:11:38 garbled Exp $
+# $NetBSD: Makefile,v 1.18 1998/11/13 01:28:46 frueauf Exp $
# FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp
#
@@ -7,8 +7,6 @@ CATEGORIES= mbone
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/
DISTFILES= vatsrc-4.0b2.tar.gz
-NOT_FOR_ARCHS= alpha #filter.cc compiler error
-
MAINTAINER= mycroft@netbsd.org
HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/
@@ -19,6 +17,8 @@ BUILD_DEPENDS= ${GSM_WORK}/lib/libgsm.a:${GSM_DIR}:build
DEPENDS+= tk-8.0p2:../../x11/tk80
#DEPENDS+= gsm-1.0.10:${GSM_DIR}
+NOT_FOR_ARCHS= alpha #filter.cc compiler error
+
.include "../../mk/bsd.prefs.mk"
.ifdef WRKOBJDIR