diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 03:34:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 03:34:03 +0000 |
commit | 5bff8e7bfda161127a5de38fd9210004f591218e (patch) | |
tree | 22ce65ff235253d7a661b087620b2525628b455c /audio/grip | |
parent | 9606e35d58cb77ce81ab3588d7386aefa82f4309 (diff) | |
download | ports-5bff8e7bfda161127a5de38fd9210004f591218e.tar.gz ports-5bff8e7bfda161127a5de38fd9210004f591218e.zip |
Notes
Diffstat (limited to 'audio/grip')
-rw-r--r-- | audio/grip/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index d1dda068fd49..418925d17362 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -48,12 +48,8 @@ ISO_LOCALES= de es fr pt_BR .if defined(WITH_CDROM_DEVICE) DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE} .else -.if ${OSVERSION} < 500000 -DEFAULT_CDROM_DEVICE=/dev/acd0c -.else DEFAULT_CDROM_DEVICE=/dev/acd0 .endif -.endif .if !defined(WITHOUT_CDPARANOIA) LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia |