diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-08-15 12:58:21 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-08-15 12:58:21 +0000 |
commit | 2bf0716a8343c904b4b6bee76a9b9c0baf6f9f81 (patch) | |
tree | 04cf5405b9a58d1df510af76f7097f220e614eca /audio/adplay | |
parent | 6cc91bccc7c0bc4f859cb25730fab4878d65fea6 (diff) |
Notes
Diffstat (limited to 'audio/adplay')
-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 |