diff options
author | swills <swills@FreeBSD.org> | 2014-04-17 23:07:21 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-04-17 23:07:21 +0800 |
commit | 43dfccd8a850a9dd50d7b1986c23862b2e9b51d3 (patch) | |
tree | 9d07f59febe44531eb8b8971b2d72c9d3e791d40 /misc | |
parent | 6e3a1730d78e2103eafafa486724b5af1752066c (diff) | |
download | freebsd-ports-gnome-43dfccd8a850a9dd50d7b1986c23862b2e9b51d3.tar.gz freebsd-ports-gnome-43dfccd8a850a9dd50d7b1986c23862b2e9b51d3.tar.zst freebsd-ports-gnome-43dfccd8a850a9dd50d7b1986c23862b2e9b51d3.zip |
- Chase libmikmod upgrade
Approved by: portmgr (bdrewery)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bb/Makefile b/misc/bb/Makefile index 13c784aa31bd..e8e240557250 100644 --- a/misc/bb/Makefile +++ b/misc/bb/Makefile @@ -3,7 +3,7 @@ PORTNAME= bb PORTVERSION= 1.3.r1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= SF/aa-project/${PORTNAME}/1.3rc1 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= High quality audio-visual demonstration for text terminal LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ - mikmod.2:${PORTSDIR}/audio/libmikmod + libmikmod.so:${PORTSDIR}/audio/libmikmod GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/bb-1.3.0 |