diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-12-29 08:10:11 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-12-29 08:10:11 +0000 |
commit | cf6a764922aa34b85b4805f59bebdeb8294ec22a (patch) | |
tree | 3afa0079192fe125a0d9e914ffc773bf9639f51f /textproc/uim-kde/Makefile | |
parent | 01707152f8b9bf9e1fbdc29456ecf0b0dbcdabb8 (diff) |
Notes
Diffstat (limited to 'textproc/uim-kde/Makefile')
-rw-r--r-- | textproc/uim-kde/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/uim-kde/Makefile b/textproc/uim-kde/Makefile index 3a77bebe9700..a3f3159cc01a 100644 --- a/textproc/uim-kde/Makefile +++ b/textproc/uim-kde/Makefile @@ -9,14 +9,14 @@ PKGNAMESUFFIX= -kde COMMENT= KDE panel applet of uim input method -USE_GCC= 4.2 +LIB_DEPENDS= uim.6:${PORTSDIR}/textproc/uim +RUN_DEPENDS= uim-pref-qt:${PORTSDIR}/textproc/uim-qt + +USE_GCC= 4.2+ USE_KDELIBS_VER=3 USE_QT_VER= 3 USE_AUTOTOOLS= libtool:15 -LIB_DEPENDS= uim.6:${PORTSDIR}/textproc/uim -RUN_DEPENDS= uim-pref-qt:${PORTSDIR}/textproc/uim-qt - MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} CONFIGURE_ARGS= --with-qt --enable-pref --enable-default-toolkit=qt \ |