diff options
Diffstat (limited to 'audio/adplay/Makefile')
-rw-r--r-- | audio/adplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile index 4fee9d6d6789..e117c6e78ab4 100644 --- a/audio/adplay/Makefile +++ b/audio/adplay/Makefile @@ -7,7 +7,7 @@ PORTNAME= adplay PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= adplug @@ -18,7 +18,7 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= AdLib player using adplug library -LIB_DEPENDS= adplug-2.0.0:${PORTSDIR}/audio/libadplug +LIB_DEPENDS= adplug-2.0.1.0:${PORTSDIR}/audio/libadplug GNU_CONFIGURE= yes WANT_SDL= yes |