diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/sphinxbase | |
parent | Fix prop. (diff) |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/sphinxbase')
-rw-r--r-- | audio/sphinxbase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile index 3f83b74391bf..349ac93c936a 100644 --- a/audio/sphinxbase/Makefile +++ b/audio/sphinxbase/Makefile @@ -29,7 +29,7 @@ SNDFILE_DESC= libsndfile support THREADS_DESC= Build with thread safety support SNDFILE_USES= pkgconfig -SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile +SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile SNDFILE_CONFIGURE_ENV_OFF= HAVE_PKGCONFIG=no THREADS_LDFLAGS= -lpthread |