aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-01-25 02:53:27 +0800
committervanilla <vanilla@FreeBSD.org>2001-01-25 02:53:27 +0800
commitdc125b35fe90123495aceebf1ea186df81d70d31 (patch)
treee360557dcc12d974520565a3c7fb026d49e5fd4b /multimedia
parent280ec3e7fa1bd61a5d4b9c5802d4fb7835fa16de (diff)
downloadfreebsd-ports-gnome-dc125b35fe90123495aceebf1ea186df81d70d31.tar.gz
freebsd-ports-gnome-dc125b35fe90123495aceebf1ea186df81d70d31.tar.zst
freebsd-ports-gnome-dc125b35fe90123495aceebf1ea186df81d70d31.zip
s/w32/win32/, my fault :Q
And bump version. Submitted by: maintainer
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile
index a979b6197f25..d4736b4a6697 100644
--- a/multimedia/xine/Makefile
+++ b/multimedia/xine/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xine
PORTVERSION= 0.3.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://xine.sourceforge.net/files/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -17,7 +17,7 @@ MAINTAINER= roman@xpert.com
USE_LIBTOOL= yes
USE_X_PREFIX= yes
USE_IMLIB= yes
-CONFIGURE_ARGS+= --with-w32-path=${LOCALBASE}/lib/w32
+CONFIGURE_ARGS+= --with-w32-path=${LOCALBASE}/lib/win32
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}