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 /sysutils/aperture | |
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 'sysutils/aperture')
-rw-r--r-- | sysutils/aperture/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index f4d21bea506..dcf4ddf359f 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/07/21 07:45:49 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/10/18 04:26:54 garbled Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 @@ -15,6 +15,7 @@ NO_WRKSUBDIR= yes NO_CONFIGURE= yes DIST_SUBDIR= ${PKGNAME} +OSVERSION_SPECIFIC= yes ONLY_FOR_PLATFORM= NetBSD-*-i386 .include "../../mk/bsd.prefs.mk" |