diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-01-07 23:20:46 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-01-07 23:20:46 +0000 |
commit | 9b5df524f290fcba6ca62dcc8d90fcc2073af5fb (patch) | |
tree | fb02a2954aa7ac1e1db02564c99d83ebd865c50c /polish | |
parent | d80a4b2228e6c4a851a69a6b0bf5400b2c7a0cbd (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/Makefile | 5 |
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 |