diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-01-07 22:18:12 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-01-07 22:18:12 +0800 |
commit | 18342ae89abef50ee1a229da0799ee78e52445a1 (patch) | |
tree | 80e0402ca7b7bf1dc9b0ebda0fdd1b567f40d161 /multimedia/gxine | |
parent | 869f514acf65c7bcca7ef282c174fba0cda70ce2 (diff) | |
download | freebsd-ports-gnome-18342ae89abef50ee1a229da0799ee78e52445a1.tar.gz freebsd-ports-gnome-18342ae89abef50ee1a229da0799ee78e52445a1.tar.zst freebsd-ports-gnome-18342ae89abef50ee1a229da0799ee78e52445a1.zip |
Sync with libxine shared library version bump.
Diffstat (limited to 'multimedia/gxine')
-rw-r--r-- | multimedia/gxine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index e3d757b04b3e..a77249ebf4bc 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= gxine PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xine @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= xine MAINTAINER= greg@chown.ath.cx COMMENT= An alternative GUI for the Xine media player -LIB_DEPENDS= xine.8:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS= xine.9:${PORTSDIR}/multimedia/libxine USE_X_PREFIX= yes GNU_CONFIGURE= yes |