diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 19:32:11 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 19:32:11 +0800 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /biology | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) | |
download | freebsd-ports-gnome-9250d94365048cf854570d93b5196aa250eba8f0.tar.gz freebsd-ports-gnome-9250d94365048cf854570d93b5196aa250eba8f0.tar.zst freebsd-ports-gnome-9250d94365048cf854570d93b5196aa250eba8f0.zip |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Diffstat (limited to 'biology')
-rw-r--r-- | biology/chemeq/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/biology/chemeq/Makefile b/biology/chemeq/Makefile index 5494b92a0161..e773ebf6918f 100644 --- a/biology/chemeq/Makefile +++ b/biology/chemeq/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Chemeq -# Date created: 31 May 2000 -# Whom: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> -# +# Created by: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> # $FreeBSD$ -# PORTNAME= chemeq PORTVERSION= 1.50 @@ -19,7 +15,7 @@ COMMENT= Outputs LaTeX code for chemical reaction MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" WRKSRC= ${WRKDIR}/${PORTNAME}-1.5 -USE_BISON= build +USES= bison MAN1= chemeq.1 |