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 | |
parent | 828b215af2bea24a4fd29d3017dbde76774fda2c (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
-rw-r--r-- | graphics/xine/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xine/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xine/Makefile b/graphics/xine/Makefile index 68b082c57ea7..a979b6197f25 100644 --- a/graphics/xine/Makefile +++ b/graphics/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} 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} |