diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-01-24 09:43:08 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-01-24 09:43:08 +0800 |
commit | 9eb9171197de1974852c4a880eea74223920c4b5 (patch) | |
tree | 96773b7f248d1ec59735f212f6d2d06dd05c340c /graphics/xine | |
parent | 94080d1a2d638627076c3ce2d4c4e32a8bc747b5 (diff) | |
download | freebsd-ports-gnome-9eb9171197de1974852c4a880eea74223920c4b5.tar.gz freebsd-ports-gnome-9eb9171197de1974852c4a880eea74223920c4b5.tar.zst freebsd-ports-gnome-9eb9171197de1974852c4a880eea74223920c4b5.zip |
Set the right win32 path, and bump version.
PR: ports/34579
Submitted by: maintainer.
Diffstat (limited to 'graphics/xine')
-rw-r--r-- | graphics/xine/Makefile | 2 |
1 files changed, 2 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} |