diff options
author | frueauf <frueauf> | 1998-05-09 15:24:42 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-05-09 15:24:42 +0000 |
commit | 45f02f69a7ef69debd4d6e929c9ed5aa77bd559d (patch) | |
tree | 315f297531326a5c2da5a54e4e0fbbd5307a1a38 /mbone/nte | |
parent | 39e6dad868302ddc5c05822feb8dc83ed4f7498d (diff) | |
download | pkgsrc-45f02f69a7ef69debd4d6e929c9ed5aa77bd559d.tar.gz |
Mostly cosmetic changes to shut up portlint. Little bugfix for apache.
Diffstat (limited to 'mbone/nte')
-rw-r--r-- | mbone/nte/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 98c3346b294..311bbff5e8e 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/05/08 21:25:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1998/05/09 15:24:43 frueauf Exp $ # DISTNAME= nt.1.5a23 @@ -8,12 +8,12 @@ MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/ MAINTAINER= mycroft@NetBSD.ORG -TK_DIR= ${PKGSRCDIR}/x11/tk80 -TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0 - BUILD_DEPENDS= ${PKGSRCDIR}/x11/tk80/${WRKDIR:T}/tk8.0/generic/default.h:${TK_DIR}:configure DEPENDS+= tk-8.0p2:../../x11/tk80 +TK_DIR= ${PKGSRCDIR}/x11/tk80 +TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0 + RESTRICTED= "Contains DES encryption" MIRROR_DISTFILE=no NO_WRKSUBDIR= yes |