summaryrefslogtreecommitdiff
path: root/mbone/rat
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-08-18 22:46:29 +0000
committerhubertf <hubertf>2000-08-18 22:46:29 +0000
commit319851030c59cf23051f4b644ce57723ba62c60c (patch)
tree04f7b6c9f02d31bfb54ab2070f124b8e32554867 /mbone/rat
parentc62864cb6595a43a3e5a23bf12ad8dafe7481b48 (diff)
downloadpkgsrc-319851030c59cf23051f4b644ce57723ba62c60c.tar.gz
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'mbone/rat')
-rw-r--r--mbone/rat/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index 83b9af123e0..afff3e75346 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/04/01 13:38:44 agc Exp $
+# $NetBSD: Makefile,v 1.14 2000/08/18 22:46:42 hubertf Exp $
#
DISTNAME= rat-3.0.28
@@ -10,8 +10,10 @@ HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/
DEPENDS+= tk-8.0.5:../../x11/tk80
-RESTRICTED= "Contains DES encryption"
-MIRROR_DISTFILE=no
+RESTRICTED= "Contains DES encryption"
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+
USE_GMAKE= yes
USE_X11BASE= yes