diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-11-13 01:26:58 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-11-13 01:26:58 +0000 |
commit | 93b1705e3d9d8f76f3d694c374ed8136fdd5a23b (patch) | |
tree | ed525cebfe9e906777ede664b546b2a3048a9f43 /mbone/nte | |
parent | 9d03263923a260523fa1f94f185b3eadc7b540ab (diff) | |
download | pkgsrc-93b1705e3d9d8f76f3d694c374ed8136fdd5a23b.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 |