diff options
-rw-r--r-- | graphics/xine/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xine/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xine/Makefile b/graphics/xine/Makefile index 33d0e45f21c7..68b082c57ea7 100644 --- a/graphics/xine/Makefile +++ b/graphics/xine/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,6 +17,7 @@ MAINTAINER= roman@xpert.com USE_LIBTOOL= yes USE_X_PREFIX= yes USE_IMLIB= yes +CONFIGURE_ARGS+= --with-w32-path=${LOCALBASE}/lib/w32 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index 33d0e45f21c7..68b082c57ea7 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,6 +17,7 @@ MAINTAINER= roman@xpert.com USE_LIBTOOL= yes USE_X_PREFIX= yes USE_IMLIB= yes +CONFIGURE_ARGS+= --with-w32-path=${LOCALBASE}/lib/w32 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |