diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/py-bison | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/py-bison')
-rw-r--r-- | devel/py-bison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-bison/Makefile b/devel/py-bison/Makefile index a3ca4b5bfea4..c4194d0a84a3 100644 --- a/devel/py-bison/Makefile +++ b/devel/py-bison/Makefile @@ -15,7 +15,7 @@ COMMENT= Python-based parsing at the speed of C LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex +BUILD_DEPENDS= pyrex>=0.9.6.2:devel/pyrex OPTIONS_DEFINE= DOCS EXAMPLES |