diff options
author | joerg <joerg> | 2006-01-23 16:50:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-23 16:50:55 +0000 |
commit | dfdba5b5350be0a5c164583319b4513c3e9d1eb8 (patch) | |
tree | 7173f4e7ba60e8486c66815bae2e7d670ff164d5 /devel/pvs | |
parent | 734384508efe5c4f1ad4ef80502ce99d420d3323 (diff) | |
download | pkgsrc-dfdba5b5350be0a5c164583319b4513c3e9d1eb8.tar.gz |
Builds on DragonFly.
Diffstat (limited to 'devel/pvs')
-rw-r--r-- | devel/pvs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pvs/Makefile b/devel/pvs/Makefile index 527cce2f0b0..2993a08a7f4 100644 --- a/devel/pvs/Makefile +++ b/devel/pvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/11/11 18:50:24 tonio Exp $ +# $NetBSD: Makefile,v 1.24 2006/01/23 16:50:55 joerg Exp $ # DISTNAME= pvs-${VERSION} @@ -36,6 +36,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} ONLY_FOR_PLATFORM= NetBSD-1.6*-* NetBSD-[2-9]*-* Linux-*-* SunOS-*-* +ONLY_FOR_PLATFORM+= DragonFly-*-* .include "../../mk/bsd.prefs.mk" |