diff options
author | garbled <garbled> | 2000-10-18 04:26:53 +0000 |
---|---|---|
committer | garbled <garbled> | 2000-10-18 04:26:53 +0000 |
commit | b9d0d64e00f5cc8031d0d5cd085e27506e64a9ec (patch) | |
tree | 1391f571e8285e16db2234f6bdc13c092bb71b39 /sysutils/aperture/Makefile | |
parent | 1b4b815a0a4a8ff777f788892255dcad654fd6ff (diff) | |
download | pkgsrc-b9d0d64e00f5cc8031d0d5cd085e27506e64a9ec.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/Makefile')
-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" |