diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-01-28 10:23:05 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-01-28 10:23:05 +0000 |
commit | 041b23f64a3ee99849d663a506e3a062189326a0 (patch) | |
tree | 3a54597584bdca02589fd0531930d6b0063b7bdb /graphics | |
parent | 3f8731a4f29d0858346cab56fb3ccb94da42c5f8 (diff) | |
download | ports-041b23f64a3ee99849d663a506e3a062189326a0.tar.gz ports-041b23f64a3ee99849d663a506e3a062189326a0.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libxine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libxine/Makefile b/graphics/libxine/Makefile index 5395bfc57ab2..0bbfc74e1d4b 100644 --- a/graphics/libxine/Makefile +++ b/graphics/libxine/Makefile @@ -23,7 +23,8 @@ LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ WRKSRC= ${WRKDIR}/${PORTNAME}-lib-${PORTVERSION} CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32 -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LIBS=-L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="-I.. -I${LOCALBASE}/include" \ + LIBS=-L${LOCALBASE}/lib USE_AUTOMAKE= yes USE_GMAKE= yes |