aboutsummaryrefslogtreecommitdiff
path: root/emulators/rtc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-14 11:03:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-14 11:03:40 +0000
commit33c97cffa6d064ca678421cc71cc39e314f23d2d (patch)
tree24619d0a357f895e8f7419755008538bf2d837bf /emulators/rtc
parentb0b910d5b72ccf6272e15e27e0d85a1f84ef24c3 (diff)
downloadports-33c97cffa6d064ca678421cc71cc39e314f23d2d.tar.gz
ports-33c97cffa6d064ca678421cc71cc39e314f23d2d.zip
Define USE_LINUX, as linux_base must be installed prior to this port.
Notes
Notes: svn path=/head/; revision=39821
Diffstat (limited to 'emulators/rtc')
-rw-r--r--emulators/rtc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile
index d11d4d6a9d15..f731802dd030 100644
--- a/emulators/rtc/Makefile
+++ b/emulators/rtc/Makefile
@@ -15,6 +15,8 @@ MAINTAINER= freebsd-emulation@FreeBSD.org
WRKSRC= ${WRKDIR}/files
+USE_LINUX= yes
+
KMODDIR= ${PREFIX}/modules
CDEV_MAJOR= 202
@@ -29,7 +31,7 @@ SRC_BASE?= /usr/src
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400013
-BROKEN= "Systems prior to 400013 is out of support"
+BROKEN= "Systems prior to 400013 are out of support"
.endif
.if !exists(${SRC_BASE}/sys/Makefile)