diff options
author | danilo <danilo@FreeBSD.org> | 2014-11-20 09:56:10 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-11-20 09:56:10 +0800 |
commit | a25258afa90f5a5aced6c47e480adffb07b9c330 (patch) | |
tree | 9cd765ee287161b5d813204fc8c93658ebe60c40 /editors/tea | |
parent | 1898f1a99af5d65d63a1c462a5ff8f03b938fe3b (diff) | |
download | freebsd-ports-gnome-a25258afa90f5a5aced6c47e480adffb07b9c330.tar.gz freebsd-ports-gnome-a25258afa90f5a5aced6c47e480adffb07b9c330.tar.zst freebsd-ports-gnome-a25258afa90f5a5aced6c47e480adffb07b9c330.zip |
- Fix a build dependency
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index f34915c89647..dbe3a74cdb48 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -17,7 +17,7 @@ OPTIONS_RADIO_SPELL= ASPELL HUNSPELL OPTIONS_DEFAULT= ASPELL USES= qmake tar:bzip2 -USE_QT4= gui moc_build rcc_build +USE_QT4= gui moc_build network rcc_build PLIST_FILES= bin/tea share/pixmaps/tea_icon_v2.png PORTDOCS= * |