diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-02 05:23:14 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-02 05:23:14 +0800 |
commit | 7e339abf8a381a46ef82e3a2462622a709e23bbd (patch) | |
tree | c81589bd52dcd80b0393c9e33f73dd8e4056e7bf /textproc | |
parent | 2c4da57ad2666a12bcf1d6d88a487ac746fb4897 (diff) | |
download | freebsd-ports-gnome-7e339abf8a381a46ef82e3a2462622a709e23bbd.tar.gz freebsd-ports-gnome-7e339abf8a381a46ef82e3a2462622a709e23bbd.tar.zst freebsd-ports-gnome-7e339abf8a381a46ef82e3a2462622a709e23bbd.zip |
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uim-kde4/Makefile b/textproc/uim-kde4/Makefile index 57142c8b9d45..b6eb6fa6a878 100644 --- a/textproc/uim-kde4/Makefile +++ b/textproc/uim-kde4/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt4 -USE_GCC= 4.2+ +USE_GCC= any USE_KDE4= kdehier kdeprefix kdelibs automoc4 USE_QT4= qmake_build moc_build qt3support uic rcc USE_AUTOTOOLS= libtool |