aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-02-08 12:12:00 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-02-08 12:12:00 +0800
commit0d163b64ef8949a3191503976b1314856f8ea0e9 (patch)
tree721ca56c31fc2c4045e9c0fe745cab735d7d417c
parent01e1cfc12348082bcc23b52150a98498307fcf29 (diff)
downloadfreebsd-ports-gnome-0d163b64ef8949a3191503976b1314856f8ea0e9.tar.gz
freebsd-ports-gnome-0d163b64ef8949a3191503976b1314856f8ea0e9.tar.zst
freebsd-ports-gnome-0d163b64ef8949a3191503976b1314856f8ea0e9.zip
Fix the index
Reported by: portsnap build
-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"