diff options
author | alex <alex@FreeBSD.org> | 2001-01-24 17:19:41 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-24 17:19:41 +0800 |
commit | 33bf041a865ff72532da9634365f52b4bad3dd38 (patch) | |
tree | 9b965c6ab3c2bc3566c92c38a680e8ac8ae47e4b /multimedia | |
parent | 3aa63ea057f155acb9213f1434753aa284cd0b84 (diff) | |
download | freebsd-ports-gnome-33bf041a865ff72532da9634365f52b4bad3dd38.tar.gz freebsd-ports-gnome-33bf041a865ff72532da9634365f52b4bad3dd38.tar.zst freebsd-ports-gnome-33bf041a865ff72532da9634365f52b4bad3dd38.zip |
If the graphics/avifile port is installed, xine can use its win32 libs.
Correct the path to them.
PORTREVISION bump.
PR: 24579
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index 68b082c57ea7..a979b6197f25 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -7,7 +7,7 @@ PORTNAME= xine PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ DISTNAME= ${PORTNAME}_${PORTVERSION} |