summaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-01-07 23:20:46 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-01-07 23:20:46 +0000
commit9b5df524f290fcba6ca62dcc8d90fcc2073af5fb (patch)
treefb02a2954aa7ac1e1db02564c99d83ebd865c50c /polish
parent- Update to 0.15.0 (diff)
Fix library dependency.
The library is provided by textproc/aspell, which is what pkg was already registering as a dependency. This fixes Poudriere rebuilding ekg every time due to a 'new dependency' on polish/aspell when ASPELL is selected.
Notes
Notes: svn path=/head/; revision=405490
Diffstat (limited to 'polish')
-rw-r--r--polish/ekg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile
index 73700596b48a..f8d8e3b72f8d 100644
--- a/polish/ekg/Makefile
+++ b/polish/ekg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ekg
DISTVERSION= 1.8rc2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= polish net-im
MASTER_SITES= http://ekg.chmurka.net/
@@ -28,7 +28,8 @@ OPTIONS_DEFINE= ASPELL OPENSSL
OPTIONS_DEFAULT= OPENSSL
ASPELL_CONFIGURE_ON= --enable-aspell
-ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/polish/aspell
+ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell
+ASPELL_RUN_DEPENDS= pl-aspell>0:${PORTSDIR}/polish/aspell
OPENSSL_CONFIGURE_OFF= --without-openssl