aboutsummaryrefslogtreecommitdiff
path: root/audio/boodler
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 07:18:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 07:18:59 +0000
commit877f103d9ee216168a297e301c46e2167b3ca3b2 (patch)
tree4b3aef9c2517bab0cf9b3f599f334c4bba0b980d /audio/boodler
parent22b28f85a652017a4cbad57d07a374b602afcfc9 (diff)
downloadports-877f103d9ee216168a297e301c46e2167b3ca3b2.tar.gz
ports-877f103d9ee216168a297e301c46e2167b3ca3b2.zip
Dot not arbritrary change PKGNAME
Notes
Notes: svn path=/head/; revision=329268
Diffstat (limited to 'audio/boodler')
-rw-r--r--audio/boodler/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile
index 029c694e3b2a..dc9768bfa3ad 100644
--- a/audio/boodler/Makefile
+++ b/audio/boodler/Makefile
@@ -33,17 +33,8 @@ pre-everything::
@${ECHO} "interfaces. The default is to use OSS."
@${ECHO} ""
-.if ${DRIVER:L} == "oss"
-# Probably nothing here...
-.endif
-
.if ${DRIVER:L} == "esd"
LIB_DEPENDS+= esd.2:${PORTSDIR}/audio/esound
-PKGNAMESUFFIX= -esd
-.endif
-
-.if ${DRIVER:L} == "file"
-PKGNAMESUFFIX= -file
.endif
.include <bsd.port.pre.mk>