diff options
author | garbled <garbled@pkgsrc.org> | 2000-10-18 04:26:53 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2000-10-18 04:26:53 +0000 |
commit | e6506e3bc3ca4625bd0bfad0a8700979822a64b2 (patch) | |
tree | 1391f571e8285e16db2234f6bdc13c092bb71b39 /net/arla/Makefile | |
parent | 3f834ef0fae1d04de6511d2509ec217fc4e73667 (diff) | |
download | pkgsrc-e6506e3bc3ca4625bd0bfad0a8700979822a64b2.tar.gz |
Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this time
doesn't enable any functionality. It is here as a marker, so people building
binary packages know that these packages have version-specific features
that would make them incompatible with other point releases.. (such as
LKM's)
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 4d1b1b5af43..d715c9b7280 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/30 13:04:00 wennmach Exp $ +# $NetBSD: Makefile,v 1.9 2000/10/18 04:26:53 garbled Exp $ # DISTNAME= arla-0.34.2 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.stacken.kth.se/project/arla/ DEPENDS+= kth-krb4-1.0.1:../../security/kth-krb4 +OSVERSION_SPECIFIC= yes GNU_CONFIGURE= yes INFO_FILES= arla.info |