aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-10-07 12:26:54 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-10-07 12:26:54 +0000
commit4476a5c13821d153cdcaaeebabd193b704ecb77a (patch)
treecd193dd8c561bb2f429a8bf31172de87b83d4a9f /editors
parent533b12d93d14c115b3e4c2d0dcdbe3e862990934 (diff)
- Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax - Use options helpers
Notes
Notes: svn path=/head/; revision=329697
Diffstat (limited to 'editors')
-rw-r--r--editors/kile-kde4/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile
index cd5f02fcea25..dfbb4558cd3a 100644
--- a/editors/kile-kde4/Makefile
+++ b/editors/kile-kde4/Makefile
@@ -17,16 +17,10 @@ USE_QT4= qmake_build moc_build rcc_build uic_build
USE_KDE4= kdeprefix kdelibs automoc4 sharedmime kate_run
USE_TEX= latex
-LATEST_LINK= ${PORTNAME}-kde4
-
OPTIONS_DEFINE= OKULAR
OKULAR_DESC= Use Okular for viewing
+OKULAR_USE= KDE4=okular_run
NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MOKULAR}
-USE_KDE4+= okular_run
-.endif
.include <bsd.port.mk>