diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-28 14:08:17 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-28 14:08:17 +0000 |
commit | 8dfcf896b0e42ac51bff6353df2f77304fcd2b3b (patch) | |
tree | 031853aa76b4ba86344c6832b0cd2aebad785be8 /multimedia/kdemultimedia3 | |
parent | d15a6ed9c2bba3e8263dff328d777f3498cbe7ae (diff) |
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)
Notes
Notes:
svn path=/head/; revision=76637
Diffstat (limited to 'multimedia/kdemultimedia3')
-rw-r--r-- | multimedia/kdemultimedia3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/kdemultimedia3/Makefile b/multimedia/kdemultimedia3/Makefile index abc79639e33c..fd643659507e 100644 --- a/multimedia/kdemultimedia3/Makefile +++ b/multimedia/kdemultimedia3/Makefile @@ -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" |