diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2012-01-18 17:36:27 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2012-01-18 17:36:27 +0000 |
commit | 719264f183f6cfe0439942bb329d5a9f57b83cf1 (patch) | |
tree | c3be8e5fe5275467409ac0e476ac3ef94340af5a /sysutils/unieject | |
parent | 7a7150742905bbb52960a3f85218b5348539b0e9 (diff) |
Notes
Diffstat (limited to 'sysutils/unieject')
-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 11a79ca33ec9..8b3fe041b972 100644 --- a/sysutils/unieject/Makefile +++ b/sysutils/unieject/Makefile @@ -7,14 +7,14 @@ PORTNAME= unieject DISTVERSION= 5.3.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= SF BERLIOS MAINTAINER= ports@FreeBSD.org COMMENT= Eject(1) replacement -LIB_DEPENDS= cdio.12:${PORTSDIR}/sysutils/libcdio \ +LIB_DEPENDS= cdio.13:${PORTSDIR}/sysutils/libcdio \ confuse.0:${PORTSDIR}/devel/libconfuse \ popt.0:${PORTSDIR}/devel/popt |