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

- Remove perl build depends, this is only needed for snapshots

- Remove a non-existant include dir [1]

Pointed out by:	mezz [1]
This commit is contained in:
Michael Johnson 2005-06-27 04:29:06 +00:00
parent cf6be981bf
commit 8527433c9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138058

View File

@ -229,7 +229,7 @@ LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
CONFLICTS= vlc-*-0.8.2.200*
### BROKEN -- Needs newer verision of toolame ###
### BROKEN -- Needs newer version of toolame ###
WITHOUT_TOOLAME= yes
WITHOUT_MOZILLA_PLUGIN= yes
### BROKEN ###
@ -246,14 +246,13 @@ USE_GNOME= gnometarget libxml2
USE_REINPLACE= yes
WANT_SDL= yes
USE_ICONV= yes
USE_PERL5_BUILD=yes
FAKEDIR= ${WRKDIR}/fake
PLIST= ${WRKDIR}/plist
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include/vlc/ -I${LOCALBASE}/ffmpeg ${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include/vlc/ ${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_ARGS+= --enable-ffmpeg \