diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-13 02:24:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-13 02:24:59 +0800 |
commit | 7c07c17e36fe29b4bf7ec38b63ddd08bd82d3362 (patch) | |
tree | 3de4ff681efa4283abdfa1ba1563b3f77f942f8f | |
parent | 70d43fa3925c7a11bae82addcfd271c7f4c332c4 (diff) | |
download | freebsd-ports-gnome-7c07c17e36fe29b4bf7ec38b63ddd08bd82d3362.tar.gz freebsd-ports-gnome-7c07c17e36fe29b4bf7ec38b63ddd08bd82d3362.tar.zst freebsd-ports-gnome-7c07c17e36fe29b4bf7ec38b63ddd08bd82d3362.zip |
Remove USE_AUTOTOOLS=libtool, master port has USES=libtool
-rw-r--r-- | textproc/uim-kde4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/uim-kde4/Makefile b/textproc/uim-kde4/Makefile index 979ed82b1d1f..6dd1d115abb5 100644 --- a/textproc/uim-kde4/Makefile +++ b/textproc/uim-kde4/Makefile @@ -12,7 +12,6 @@ RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt4 USE_GCC= any USE_KDE4= kdehier kdeprefix kdelibs automoc4 USE_QT4= qmake_build moc_build qt3support uic rcc -USE_AUTOTOOLS= libtool MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} |