diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-08 04:12:00 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-08 04:12:00 +0000 |
commit | 00fad10640a93e8a6c3f87871b06d18419f3f322 (patch) | |
tree | 3b01b19ae7558fb5852fe5b4fbe53fc5b88c0dd3 /audio/timidity++ | |
parent | 5b8ca5d18f874d6af11fc176ff284d1ff392d362 (diff) |
Fix the index
Reported by: portsnap build
Notes
Notes:
svn path=/head/; revision=227790
Diffstat (limited to 'audio/timidity++')
-rw-r--r-- | audio/timidity++/Makefile | 4 | ||||
-rw-r--r-- | audio/timidity++/Makefile.interface | 5 |
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" |