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 | |
parent | 22b28f85a652017a4cbad57d07a374b602afcfc9 (diff) | |
download | ports-877f103d9ee216168a297e301c46e2167b3ca3b2.tar.gz ports-877f103d9ee216168a297e301c46e2167b3ca3b2.zip |
Notes
-rw-r--r-- | astro/xtide/Makefile | 1 | ||||
-rw-r--r-- | audio/aumix/Makefile | 1 | ||||
-rw-r--r-- | audio/boodler/Makefile | 9 | ||||
-rw-r--r-- | audio/gqmpeg/Makefile | 1 |
4 files changed, 0 insertions, 12 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 5346ba7f941e..da53caabc14d 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -47,7 +47,6 @@ PLIST_SUB+= WVS="@comment " .endif .if ! ${PORT_OPTIONS:MX11} -PKGNAMESUFFIX+= -nox11 ALL_TARGET+= tide xttpd PLIST_SUB+= X11="@comment " .else 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="" |