diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 10:26:17 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 10:26:17 +0000 |
commit | 32ac8c045f7e42109b44ea0c0fb764e2bbebdbbd (patch) | |
tree | 2f097a556f304762f4bd3c81296148bb6349195f /emulators/gpsim-ptyusart | |
parent | 4e88bcddaffdc6c4ffb81222022294d24b4201aa (diff) | |
download | pkgsrc-32ac8c045f7e42109b44ea0c0fb764e2bbebdbbd.tar.gz |
Document ONLY_FOR_PLATFORM and extend it to all the BSDs - this only
requires openpty from libutil. (I think some Linux libcs even support
this, or used to. But I'm not sure, so I'm leaving that out.)
Diffstat (limited to 'emulators/gpsim-ptyusart')
-rw-r--r-- | emulators/gpsim-ptyusart/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/gpsim-ptyusart/Makefile b/emulators/gpsim-ptyusart/Makefile index 3b6fbf73d8f..cb43c9845d7 100644 --- a/emulators/gpsim-ptyusart/Makefile +++ b/emulators/gpsim-ptyusart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/05/05 00:47:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2015/01/01 10:26:17 dholland Exp $ # DISTNAME= ptyusart-0.3.2 @@ -10,7 +10,8 @@ MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/ MAINTAINER= bouyer@NetBSD.org COMMENT= Pseudo-tty module for gpsim -ONLY_FOR_PLATFORM= NetBSD-*-* +# Requires openpty() in libutil. +ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-* FreeBSD-*-* DragonFly-*-* GNU_CONFIGURE= YES USE_LANGUAGES= c c++ |