diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/lyx | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 3adef479f8ba..a0c44d26425a 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -16,8 +16,8 @@ COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) LICENSE= GPLv2 -LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs \ - libmythes-1.2.so:${PORTSDIR}/textproc/mythes +LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ + libmythes-1.2.so:textproc/mythes MAJOR_VERSION= 2.1 MINOR_VERSION= 4 @@ -36,11 +36,11 @@ OPTIONS_SUB= yes ENCHANT_DESC= Spell checking using Enchant ASPELL_CONFIGURE_OFF= --without-aspell -ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell +ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ENCHANT_CONFIGURE_OFF= --without-enchant -ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant +ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant HUNSPELL_CONFIGURE_OFF= --without-hunspell -HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext |