diff options
author | Michael Landin <mich@FreeBSD.org> | 2008-04-08 09:38:57 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2008-04-08 09:38:57 +0000 |
commit | 41634af4b8452b6232af687cf6ee44969c6d193a (patch) | |
tree | 0122556213d239f9ed5c412f5a6898fd12f2c5eb /sysutils | |
parent | 12f3520e37525c761251c0cc7056d0b4aad648a0 (diff) |
- chase the cdio shared lib bump
Notes
Notes:
svn path=/head/; revision=210837
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/unieject/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile index 95b5c35ad013..72600e85427d 100644 --- a/sysutils/unieject/Makefile +++ b/sysutils/unieject/Makefile @@ -7,14 +7,14 @@ PORTNAME= unieject DISTVERSION= 5.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF BERLIOS MAINTAINER= infofarmer@FreeBSD.org COMMENT= Eject(1) replacement -LIB_DEPENDS= cdio.7:${PORTSDIR}/sysutils/libcdio \ +LIB_DEPENDS= cdio.8:${PORTSDIR}/sysutils/libcdio \ confuse.0:${PORTSDIR}/devel/libconfuse \ popt.0:${PORTSDIR}/devel/popt |