diff options
author | arved <arved@FreeBSD.org> | 2004-02-20 03:48:48 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-20 03:48:48 +0800 |
commit | f2c0392281c0d299807558e9ee5f1ebb3058c783 (patch) | |
tree | 62ece3fc323b1a62d7c68fc6bb1cd614c0478521 /multimedia | |
parent | 40dd339f2308cf15d2639c638dd1306db6378051 (diff) | |
download | freebsd-ports-gnome-f2c0392281c0d299807558e9ee5f1ebb3058c783.tar.gz freebsd-ports-gnome-f2c0392281c0d299807558e9ee5f1ebb3058c783.tar.zst freebsd-ports-gnome-f2c0392281c0d299807558e9ee5f1ebb3058c783.zip |
Chase ogle shared library
Reported by: bento
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/okle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/okle/Makefile b/multimedia/okle/Makefile index 5a2ae794e2bb..f0ee223b32eb 100644 --- a/multimedia/okle/Makefile +++ b/multimedia/okle/Makefile @@ -7,14 +7,14 @@ PORTNAME= okle PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia kde 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.10:${PORTSDIR}/multimedia/ogle +BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.11:${PORTSDIR}/multimedia/ogle RUN_DEPENDS= ogle:${PORTSDIR}/multimedia/ogle USE_AUTOCONF_VER= 253 |