diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-24 18:53:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-24 18:53:27 +0000 |
commit | c30cc90bdedfcee3c049a433f364fab5516bbdde (patch) | |
tree | 6ef834d71b809fd2a183ccfdbaeb39d4a897b6f8 /graphics/xine | |
parent | 5c6705c3ff1f892e9a4399318f3f19b076f1ced6 (diff) | |
download | ports-c30cc90bdedfcee3c049a433f364fab5516bbdde.tar.gz ports-c30cc90bdedfcee3c049a433f364fab5516bbdde.zip |
Notes
Diffstat (limited to 'graphics/xine')
-rw-r--r-- | graphics/xine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xine/Makefile b/graphics/xine/Makefile index a979b6197f25..d4736b4a6697 100644 --- a/graphics/xine/Makefile +++ b/graphics/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} |