diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-24 09:19:41 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-24 09:19:41 +0000 |
commit | 4f605e1effead0157107a13c11c21639bfb191cd (patch) | |
tree | 48fb589240ad94b1d158d180867a35381ded73bb /multimedia/xine | |
parent | From Sergey: (diff) |
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>
Notes
Notes:
svn path=/head/; revision=37532
Diffstat (limited to 'multimedia/xine')
-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} |