diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
commit | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/lash | |
parent | 734d10a8b4340cbeb3639bfaf8c7249ec7089c0a (diff) | |
download | freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.gz freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.zst freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.zip |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/lash')
-rw-r--r-- | audio/lash/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile index 5a1720f3bc46..005f7a2501dd 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -13,9 +13,9 @@ COMMENT= Session management system for JACK audio applications LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \ - libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \ - libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid +LIB_DEPENDS= libjack.so:audio/jack \ + libdssialsacompat.so:audio/libdssialsacompat \ + libuuid.so:misc/e2fsprogs-libuuid USES= gmake pathfix pkgconfig libtool USE_GNOME= gtk20 libxml2 @@ -34,13 +34,13 @@ OPTIONS_SUB= yes PYTHON_DESC= Build pylash PYTHON_USES= python -PYTHON_BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +PYTHON_BUILD_DEPENDS= swig:devel/swig13 PYTHON_CONFIGURE_OFF= --disable-pylash READLINE_USES= readline READLINE_CONFIGURE_ENV_OFF= vl_cv_lib_readline=no -DOCS_BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html +DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html DOCS_CONFIGURE_ENV_OFF= ac_cv_prog_lash_texi2html=no post-patch: |