summaryrefslogtreecommitdiff
path: root/emulators/gpsim-ptyusart
diff options
context:
space:
mode:
authordholland <dholland>2015-01-01 10:26:17 +0000
committerdholland <dholland>2015-01-01 10:26:17 +0000
commit03b226f8331579df068704dc572ac757aefe4e0e (patch)
tree2f097a556f304762f4bd3c81296148bb6349195f /emulators/gpsim-ptyusart
parenta2c34a680ce71697f59f4e8d7681f23a2590187b (diff)
downloadpkgsrc-03b226f8331579df068704dc572ac757aefe4e0e.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/Makefile5
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++