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 | Improve the port as follows: (diff) |
[patch] audio/alac - cleanup non-supported FreeBSD versions
[patch] audio/grip - cleanup non-supported FreeBSD versions
[patch] audio/jack - cleanup non-supported FreeBSD versions
[patch] audio/libcddb - cleanup non-supported FreeBSD versions
PR: ports/111646, ports/111660, ports/111662, ports/111668
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Appproved by: Michael Johnson <ahze@>
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 |