svn commit: r331171 - head/sysutils/nepomuk-core
William Grzybowski
wg at FreeBSD.org
Mon Oct 21 18:24:53 UTC 2013
Author: wg
Date: Mon Oct 21 18:24:52 2013
New Revision: 331171
URL: http://svnweb.freebsd.org/changeset/ports/331171
Log:
sysutils/nepomuk-core: unset FFMPEG_SUFFIX
- Unset FFMPEG_SUFFIX
Approved by: portmgr (bapt, implicit)
Modified:
head/sysutils/nepomuk-core/Makefile
Modified: head/sysutils/nepomuk-core/Makefile
==============================================================================
--- head/sysutils/nepomuk-core/Makefile Mon Oct 21 18:11:39 2013 (r331170)
+++ head/sysutils/nepomuk-core/Makefile Mon Oct 21 18:24:52 2013 (r331171)
@@ -14,7 +14,7 @@ COMMENT= Core Nepomuk system libraries a
LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
tag.1:${PORTSDIR}/audio/taglib \
exiv2.12:${PORTSDIR}/graphics/exiv2 \
- swscale${FFMPEG_SUFFIX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFFIX}
+ swscale:${PORTSDIR}/multimedia/ffmpeg
CONFLICTS_INSTALL= kde-runtime-4.[7-8].*
@@ -27,9 +27,6 @@ MAKE_ENV= XDG_CONFIG_HOME=/dev/null
SUB_FILES= nepomuk-env.sh
-# supported versions: ffmpeg1, ffmpeg-devel
-FFMPEG_SUFFIX?= 1
-
NO_STAGE= yes
post-install:
${MKDIR} ${PREFIX}/env
More information about the svn-ports-all
mailing list