diff options
author | peter <peter@FreeBSD.org> | 2000-05-05 21:08:30 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-05-05 21:08:30 +0800 |
commit | f5392ae8e3e0477eb9afba76f08f699185564ab6 (patch) | |
tree | f9d7f23cbcff14fa4c370d1cdb7234781d4bafdf | |
parent | 9d2a17b4aa065219c32e345c1bd94f6e388f7e34 (diff) | |
download | freebsd-ports-gnome-f5392ae8e3e0477eb9afba76f08f699185564ab6.tar.gz freebsd-ports-gnome-f5392ae8e3e0477eb9afba76f08f699185564ab6.tar.zst freebsd-ports-gnome-f5392ae8e3e0477eb9afba76f08f699185564ab6.zip |
The rtc module depends on linux (for -current)
-rw-r--r-- | emulators/rtc/files/rtc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/rtc/files/rtc.c b/emulators/rtc/files/rtc.c index 9623b2f2ac27..95681ce5bdc0 100644 --- a/emulators/rtc/files/rtc.c +++ b/emulators/rtc/files/rtc.c @@ -42,6 +42,10 @@ #include "rtc.h" +#ifdef MODULE_DEPEND +MODULE_DEPEND(rtc, linux, 1, 1, 1); +#endif + #define CDEV_MAJOR 202 #if defined(CDEV_MAJOR_) && CDEV_MAJOR != CDEV_MAJOR_ #error "CDEV_MAJOR != CDEV_MAJOR_" |