diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-04 15:18:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-04 15:18:59 +0800 |
commit | cae6acd3ffc95ef17c7c93dae0d7f7512cc2316e (patch) | |
tree | 4b3aef9c2517bab0cf9b3f599f334c4bba0b980d /audio | |
parent | acb4c6463da2a1133e7865e90dba9e040eee779f (diff) | |
download | freebsd-ports-gnome-cae6acd3ffc95ef17c7c93dae0d7f7512cc2316e.tar.gz freebsd-ports-gnome-cae6acd3ffc95ef17c7c93dae0d7f7512cc2316e.tar.zst freebsd-ports-gnome-cae6acd3ffc95ef17c7c93dae0d7f7512cc2316e.zip |
Dot not arbritrary change PKGNAME
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aumix/Makefile | 1 | ||||
-rw-r--r-- | audio/boodler/Makefile | 9 | ||||
-rw-r--r-- | audio/gqmpeg/Makefile | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 963c20b8423e..e54246a5c2dd 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -46,7 +46,6 @@ CONFIGURE_ARGS+=--disable-nls .endif .if ${PORT_OPTIONS:MGTK2} -PKGNAMESUFFIX= -gtk USE_GNOME= gtk20 .else CONFIGURE_ARGS+=--without-gtk 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> diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index c3cbcae3b492..e9f584861aa6 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -36,7 +36,6 @@ MAN1= gqmpeg.1 .if ${HAVE_GNOME:Mgnomelibs}!="" USE_GNOME+= gnomeprefix gnomelibs -PKGNAMESUFFIX= -gnome CONFIGURE_ENV+= USE_GNOME="yes" .else CONFIGURE_ENV+= USE_GNOME="" |