diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 23:41:53 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 23:41:53 +0800 |
commit | 6056582305129f72c1f8be40972d52dcef352dc6 (patch) | |
tree | 909d3b869607fbbc11b6d879269f5507b7468b3e /devel | |
parent | d7b0b652d8f73ed7e75d53f399adda12e7e2c08c (diff) | |
download | freebsd-ports-gnome-6056582305129f72c1f8be40972d52dcef352dc6.tar.gz freebsd-ports-gnome-6056582305129f72c1f8be40972d52dcef352dc6.tar.zst freebsd-ports-gnome-6056582305129f72c1f8be40972d52dcef352dc6.zip |
- Chase taglib bump
Diffstat (limited to 'devel')
-rw-r--r-- | devel/evfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/evfs/Makefile b/devel/evfs/Makefile index 2d5cb997a65b..4b74da5064a3 100644 --- a/devel/evfs/Makefile +++ b/devel/evfs/Makefile @@ -8,7 +8,7 @@ PORTNAME= evfs PORTVERSION= 20080223 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ @@ -46,8 +46,8 @@ PLIST_SUB+= FTP="" PLIST_SUB+= FTP="@comment " .endif -.if !defined(WITHOUT_TAGLIB) || exists(${LOCALBASE}/lib/libtag.so.5) -LIB_DEPENDS+= tag.5:${PORTSDIR}/audio/taglib +.if !defined(WITHOUT_TAGLIB) || exists(${LOCALBASE}/lib/libtag.so.6) +LIB_DEPENDS+= tag.6:${PORTSDIR}/audio/taglib PLIST_SUB+= TAGLIB="" .else PLIST_SUB+= TAGLIB="@comment " |