aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/audacious-plugins
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-12-19 07:32:51 +0800
committermiwi <miwi@FreeBSD.org>2009-12-19 07:32:51 +0800
commit30499411925daaa92a513681c7e90afb709f0cc1 (patch)
tree675e8b22899cf7c3732ad9315947d893dbfdf0a0 /multimedia/audacious-plugins
parenta3733b42932feef1324b2fd0e807d16f25f5ebb3 (diff)
downloadfreebsd-ports-gnome-30499411925daaa92a513681c7e90afb709f0cc1.tar.gz
freebsd-ports-gnome-30499411925daaa92a513681c7e90afb709f0cc1.tar.zst
freebsd-ports-gnome-30499411925daaa92a513681c7e90afb709f0cc1.zip
- Remove support for neon26
With hat: secteam
Diffstat (limited to 'multimedia/audacious-plugins')
-rw-r--r--multimedia/audacious-plugins/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index 49bc5c8285b5..e878df3b381b 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -7,6 +7,7 @@
PORTNAME= audacious-plugins
PORTVERSION= 2.2
+PORTREVISION= 1
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.atheme.org/
EXTRACT_SUFX= .tgz
@@ -274,11 +275,7 @@ PLIST_SUB+= PARANORMALPLUGIN="@comment "
.endif
.if !defined(WITHOUT_NEON)
-.if exists(${LOCALBASE}/lib/libneon.so.26)
-LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26
-.else
LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28
-.endif
CONFIGURE_ARGS+=--enable-neon
PLIST_SUB+= NEONPLUGIN=""
.else