diff options
author | ahze <ahze@FreeBSD.org> | 2005-06-27 12:29:06 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-06-27 12:29:06 +0800 |
commit | 9e6541c68648b2363892e55b6216f841a5255787 (patch) | |
tree | 32ac4a0379e60140b503df5d64f8f778039f63b8 /multimedia/vlc | |
parent | aa133ae1d73ed314e4f705d10253093ab83dfbd0 (diff) | |
download | freebsd-ports-gnome-9e6541c68648b2363892e55b6216f841a5255787.tar.gz freebsd-ports-gnome-9e6541c68648b2363892e55b6216f841a5255787.tar.zst freebsd-ports-gnome-9e6541c68648b2363892e55b6216f841a5255787.zip |
- Remove perl build depends, this is only needed for snapshots
- Remove a non-existant include dir [1]
Pointed out by: mezz [1]
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index b434e045069d..2f94ffb03d0e 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -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 \ |