aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity++
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-02-08 04:12:00 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-02-08 04:12:00 +0000
commit00fad10640a93e8a6c3f87871b06d18419f3f322 (patch)
tree3b01b19ae7558fb5852fe5b4fbe53fc5b88c0dd3 /audio/timidity++
parent5b8ca5d18f874d6af11fc176ff284d1ff392d362 (diff)
downloadports-00fad10640a93e8a6c3f87871b06d18419f3f322.tar.gz
ports-00fad10640a93e8a6c3f87871b06d18419f3f322.zip
Fix the index
Reported by: portsnap build
Notes
Notes: svn path=/head/; revision=227790
Diffstat (limited to 'audio/timidity++')
-rw-r--r--audio/timidity++/Makefile4
-rw-r--r--audio/timidity++/Makefile.interface5
2 files changed, 2 insertions, 7 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile
index 5c9336b88000..c498f5afcd77 100644
--- a/audio/timidity++/Makefile
+++ b/audio/timidity++/Makefile
@@ -7,9 +7,9 @@
PORTNAME= timidity++
PORTVERSION= 2.13.2
-PORTREVISION?= 4
+PORTREVISION?= 5
CATEGORIES+= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR=timidity
DISTNAME= TiMidity++-${PORTVERSION}
diff --git a/audio/timidity++/Makefile.interface b/audio/timidity++/Makefile.interface
index e4c27f9149a4..6ac79d078d9c 100644
--- a/audio/timidity++/Makefile.interface
+++ b/audio/timidity++/Makefile.interface
@@ -60,12 +60,7 @@ CONFIGURE_ARGS+=--with-includes=${LOCALBASE}/include \
--enable-ncurses
LDFLAGS+= -L${LOCALBASE}/lib
-
-.if defined(JAPANESE)
LIB_DEPENDS+= slang.2:${PORTSDIR}/japanese/libslang
-.else
-LIB_DEPENDS+= slang:${PORTSDIR}/devel/libslang
-.endif
.endif
.if ${INTERFACE} == "tcltk"