diff options
author | lioux <lioux@FreeBSD.org> | 2002-07-04 00:57:23 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-07-04 00:57:23 +0800 |
commit | 310e979a60b56a48d4bf4fae3d691c481ceccd3d (patch) | |
tree | b4802b359fec4944bee8aea86a92e5b4999b354f /multimedia/ogle-gui/Makefile | |
parent | 173f5d820d07ef2b41b73e690f6de951e2504ee5 (diff) | |
download | freebsd-ports-graphics-310e979a60b56a48d4bf4fae3d691c481ceccd3d.tar.gz freebsd-ports-graphics-310e979a60b56a48d4bf4fae3d691c481ceccd3d.tar.zst freebsd-ports-graphics-310e979a60b56a48d4bf4fae3d691c481ceccd3d.zip |
Update to 0.8.4
PR: 40050
Submitted by: ?yvind Kolbu <oyvind@kebab.gaffel.nu>
Diffstat (limited to 'multimedia/ogle-gui/Makefile')
-rw-r--r-- | multimedia/ogle-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ogle-gui/Makefile b/multimedia/ogle-gui/Makefile index 124e5eb44ba..41c4962b656 100644 --- a/multimedia/ogle-gui/Makefile +++ b/multimedia/ogle-gui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ogle -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= graphics gnome MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ PKGNAMESUFFIX= -gui @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_gui-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.6:${PORTSDIR}/graphics/ogle +BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.7:${PORTSDIR}/graphics/ogle LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ glade.4:${PORTSDIR}/devel/libglade \ xml2.5:${PORTSDIR}/textproc/libxml2 |