diff options
author | makc <makc@FreeBSD.org> | 2013-03-01 01:12:40 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-01 01:12:40 +0800 |
commit | 9588c3aeebd83d409134e4ba3231900f16a6e9f6 (patch) | |
tree | 44153f7e7d0d7c14ef766e59a04b83a3ec68f637 /editors | |
parent | 4f8be46a53882781ae0e28173444c8001c355d16 (diff) | |
download | freebsd-ports-gnome-9588c3aeebd83d409134e4ba3231900f16a6e9f6.tar.gz freebsd-ports-gnome-9588c3aeebd83d409134e4ba3231900f16a6e9f6.tar.zst freebsd-ports-gnome-9588c3aeebd83d409134e4ba3231900f16a6e9f6.zip |
- Fix build by updating to 34.0.1 [1]
- Use options.mk instead of pre.mk/post.mk
Approved by: portmgr (miwi)
Reported by: miwi [1]
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tea/Makefile | 7 | ||||
-rw-r--r-- | editors/tea/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 543f40117293..7a53fa713926 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tea -DISTVERSION= 33.5.0 +DISTVERSION= 34.0.1 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}-editor/${PORTVERSION} @@ -13,13 +13,14 @@ LICENSE= GPLv3 USE_BZIP2= yes USE_QT4= qmake_build moc_build rcc_build gui xml +MAKE_JOBS_SAFE= yes PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= ASPELL OPTIONS_DEFAULT= ASPELL -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MASPELL} LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell @@ -37,4 +38,4 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/editors/tea/distinfo b/editors/tea/distinfo index f68f5cc13966..f8ee5ead9cf3 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -1,2 +1,2 @@ -SHA256 (tea-33.5.0.tar.bz2) = a29d36d9e7d78a1800bf6997f8c1d12871bddfa7dbb278c71e05b87be69edf99 -SIZE (tea-33.5.0.tar.bz2) = 311678 +SHA256 (tea-34.0.1.tar.bz2) = 2de71096ebd01d7fd077a4a25fcfa9c7f59a7fc452996a669fee3b9bcadf07c5 +SIZE (tea-34.0.1.tar.bz2) = 314016 |