diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 04:28:31 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 04:28:31 +0800 |
commit | 3127da9b78f31e42eb76eb14c5350d2773903d23 (patch) | |
tree | 809e541af15b73734c43182b4f41107e2d9dd2b8 /polish | |
parent | dff87f87c667f57bd5102bc4cee12731c786a577 (diff) | |
download | freebsd-ports-gnome-3127da9b78f31e42eb76eb14c5350d2773903d23.tar.gz freebsd-ports-gnome-3127da9b78f31e42eb76eb14c5350d2773903d23.tar.zst freebsd-ports-gnome-3127da9b78f31e42eb76eb14c5350d2773903d23.zip |
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
Diffstat (limited to 'polish')
-rw-r--r-- | polish/ekg2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index 751fcdbfa3ed..105c225c6707 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -3,7 +3,7 @@ PORTNAME= ekg2 PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://pl.ekg2.org/ @@ -35,6 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= ASPELL GPG GSM GTK2 NLS PERL PYTHON SQLITE UNICODE XOSD +OPTIONS_DEFAULT=ASPELL OPTIONS_SUB= yes ASPELL_DESC= Enable spell checking support @@ -47,8 +48,6 @@ SQLITE_DESC= Enable sqlite plugin UNICODE_DESC= Enable unicode (experimental) XOSD_DESC= Enable xosd plugin -OPTIONS_DEFAULT=ASPELL - ASPELL_CONFIGURE_ON= --with-aspell ASPELL_CONFIGURE_OFF= --without-aspell ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell |