diff options
Diffstat (limited to 'textproc/source-highlight/Makefile')
-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 |