# $FreeBSD$ # # handle dependency on the bison port # # Feature: bison # Usage: USES=bison or USES=bison:ARGS # Valid ARGS: build (default, implicit), run, both # # MAINTAINER: portmgr@FreeBSD.org .if !defined(_INCLUDE_USES_BISON_MK) _INCLUDE_USES_BISON_MK= yes _BISON_DEPENDS= bison:${PORTSDIR}/devel/bison .if empty(bison_ARGS) bison_ARGS= build .endif .if ${bison_ARGS} == "build" BUILD_DEPENDS+= ${_BISON_DEPENDS} .elif ${bison_ARGS} == "run" RUN_DEPENDS+= ${_BISON_DEPENDS} .elif ${bison_ARGS} == "both" BUILD_DEPENDS+= ${_BISON_DEPENDS} RUN_DEPENDS+= ${_BISON_DEPENDS} .else IGNORE= USES=bison - invalid args: [${bison_ARGS}] specified .endif .endif ' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/totem-pl-parser/files
Commit message (Expand)AuthorAgeFilesLines
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
* Fix the build when libquvi is installed. [1]kwm2011-10-231-0/+27
* Presenting GNOME 2.24 for FreeBSD.marcus2009-01-101-14/+0