summaryrefslogtreecommitdiff
path: root/mbone
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
parentb6ac48ff2672737a27941550229e013609d9374c (diff)
downloadpkgsrc-8248404acc5d85113fdee802ed0338c555a365c5.tar.gz
pkglint: move NOT_FOR_ARCHS where it belongs.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/nte/Makefile6
-rw-r--r--mbone/vat/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile
index 27a9f67bd60..15edccb375b 100644
--- a/mbone/nte/Makefile
+++ b/mbone/nte/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/09/22 06:11:38 garbled Exp $
+# $NetBSD: Makefile,v 1.12 1998/11/13 01:26:58 frueauf Exp $
#
DISTNAME= nt.1.5a23
@@ -6,8 +6,6 @@ PKGNAME= nte-1.5a23
CATEGORIES= mbone tk80
MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/
-NOT_FOR_ARCHS= alpha # ANSI headers cause LP64 problems
-
MAINTAINER= mycroft@netbsd.org
.include "../../mk/bsd.prefs.mk"
@@ -24,6 +22,8 @@ DEPENDS+= tk-8.0p2:../../x11/tk80
TK_DIR= ${BUILD_ROOT}/x11/tk80
TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0
+NOT_FOR_ARCHS= alpha # ANSI headers cause LP64 problems
+
RESTRICTED= "Contains DES encryption"
MIRROR_DISTFILE=no
NO_WRKSUBDIR= yes
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