1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

o Both completely and utterly remove detection of libxine port

o For some yet unknown reason, the port was ignoring the disabling
  of libxine detection

Prompted by:	roberto
Approved by:	Lauri Watts <lauri@kde.org> (FreeBSD KDE Team),
		Andy Fawcett <tap@kde.org> (FreeBSD KDE Team)
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-02-28 14:08:17 +00:00
parent d15a6ed9c2
commit 8dfcf896b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76637
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ MAKE_ENV= ${CONFIGURE_ENV}
CONFIGURE_ARGS+= --without-lame \
--with-vorbis=${LOCALBASE} \
--disable-cdparanoia \
--with-xine-prefix=${NONEXISTENT} \
--enable-audio=oss,esd
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"

View File

@ -34,6 +34,7 @@ MAKE_ENV= ${CONFIGURE_ENV}
CONFIGURE_ARGS+= --without-lame \
--with-vorbis=${LOCALBASE} \
--disable-cdparanoia \
--with-xine-prefix=${NONEXISTENT} \
--enable-audio=oss,esd
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"