diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-24 01:43:08 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-24 01:43:08 +0000 |
| commit | b5740c55222e08d0f8ffa1f0b744ebca2521df7e (patch) | |
| tree | c3b2d3791e175476e4c79983e75dfac846803ec2 /multimedia | |
| parent | e3282fa4f8e1e08235ab4a198c3f00b25288b95d (diff) | |
Set the right win32 path, and bump version.
PR: ports/34579
Submitted by: maintainer.
Diffstat (limited to 'multimedia')
| -rw-r--r-- | multimedia/xine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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} |
