diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-06 04:59:00 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-06 04:59:00 +0000 |
commit | 272014545e0601b52eb9c10f6defc13165155cf2 (patch) | |
tree | 9903c503f3bf6bdda7c887664455c4f8d8bc8706 /multimedia/okle/Makefile | |
parent | Update to 0.5.1 (diff) |
o Chase lib version bump in ogle port version 0.9.1
o Add a patch fix to correctly detect device files (e.g., /dev/acd0a)
[1]
Submitted by: Frerich Raabe <frerich.raabe@gmx.de> [1]
Diffstat (limited to 'multimedia/okle/Makefile')
-rw-r--r-- | multimedia/okle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/okle/Makefile b/multimedia/okle/Makefile index 156077a9466e..071b870ef0d1 100644 --- a/multimedia/okle/Makefile +++ b/multimedia/okle/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://okle.sourceforge.net/ MAINTAINER= lioux@FreeBSD.org COMMENT= A KDE frontend to the Ogle DVD player -BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.9:${PORTSDIR}/multimedia/ogle +BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.10:${PORTSDIR}/multimedia/ogle RUN_DEPENDS= ogle:${PORTSDIR}/multimedia/ogle USE_AUTOCONF_VER= 253 |