diff options
author | frueauf <frueauf> | 1998-11-13 01:26:58 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-11-13 01:26:58 +0000 |
commit | 8248404acc5d85113fdee802ed0338c555a365c5 (patch) | |
tree | ed525cebfe9e906777ede664b546b2a3048a9f43 /mbone/nte | |
parent | b6ac48ff2672737a27941550229e013609d9374c (diff) | |
download | pkgsrc-8248404acc5d85113fdee802ed0338c555a365c5.tar.gz |
pkglint: move NOT_FOR_ARCHS where it belongs.
Diffstat (limited to 'mbone/nte')
-rw-r--r-- | mbone/nte/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |