diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/source-highlight | |
parent | Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412349
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r-- | textproc/source-highlight/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index fee82b2a4091..1ffa7f3100c5 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= GNU/src-highlite MAINTAINER= kevlo@FreeBSD.org COMMENT= C/C++ and Java sources to HTML converter -BUILD_DEPENDS= exctags:${PORTSDIR}/devel/ctags -LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= exctags:devel/ctags +LIB_DEPENDS= libboost_regex.so:devel/boost-libs GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib @@ -26,7 +26,7 @@ OPTIONS_DEFINE= BASH DOCS EXAMPLES BROKEN_sparc64= Does not compile with GCC 4.2 -BASH_RUN_DEPENDS= ${LOCALBASE}/etc/bash_completion:${PORTSDIR}/shells/bash-completion +BASH_RUN_DEPENDS= ${LOCALBASE}/etc/bash_completion:shells/bash-completion BASH_CONFIGURE_WITH= --with-bash-completion OPTIONS_SUB= yes |