aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2006-12-26 13:11:14 +0800
committergrog <grog@FreeBSD.org>2006-12-26 13:11:14 +0800
commitd6b38e73558d12b17323482715e31ff9252113f5 (patch)
treefe91b88c7d5177a77ca5dd4d9b584f51b7b624d6 /multimedia
parent09872572dcc8ff824c279fa1b824cf1650da8c82 (diff)
downloadfreebsd-ports-gnome-d6b38e73558d12b17323482715e31ff9252113f5.tar.gz
freebsd-ports-gnome-d6b38e73558d12b17323482715e31ff9252113f5.tar.zst
freebsd-ports-gnome-d6b38e73558d12b17323482715e31ff9252113f5.zip
Set default DVD drive names to /dev/cd0 (or /dev/cd0c for older
versions). This port requires atapicam, but it was defaulting to /dev/acd0*, which just doesn't work.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dvdstyler/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile
index cf97f4bcb196..64c49b5e5ec1 100644
--- a/multimedia/dvdstyler/Makefile
+++ b/multimedia/dvdstyler/Makefile
@@ -47,9 +47,9 @@ BROKEN= Does not build.
DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
.else
.if ${OSVERSION} < 500000
-DEFAULT_DVD_DEVICE=/dev/acd0c
+DEFAULT_DVD_DEVICE=/dev/cd0c
.else
-DEFAULT_DVD_DEVICE=/dev/acd0
+DEFAULT_DVD_DEVICE=/dev/cd0
.endif
.endif