diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-11-20 01:56:10 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-11-20 01:56:10 +0000 |
commit | 37c77a9985b6b1ea589f755624117ffdf8ffdea8 (patch) | |
tree | 9cd765ee287161b5d813204fc8c93658ebe60c40 | |
parent | ecda629de48000ddcaa36e7e116b826c803c39f3 (diff) | |
download | freebsd-ports-37c77a9985b6b1ea589f755624117ffdf8ffdea8.zip |
- Fix a build dependency
-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= * |