diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 07:18:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-04 07:18:59 +0000 |
commit | 877f103d9ee216168a297e301c46e2167b3ca3b2 (patch) | |
tree | 4b3aef9c2517bab0cf9b3f599f334c4bba0b980d /audio/boodler | |
parent | 22b28f85a652017a4cbad57d07a374b602afcfc9 (diff) |
Dot not arbritrary change PKGNAME
Notes
Notes:
svn path=/head/; revision=329268
Diffstat (limited to 'audio/boodler')
-rw-r--r-- | audio/boodler/Makefile | 9 |
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> |