diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
commit | ca8fd00c3d1e275bcbf43f4904799d17007c6310 (patch) | |
tree | 2b1105fda751368f91c2495b29c8d7ed7603adbd /x11/kdelibs4/Makefile | |
parent | 82dcc39c53da98280dd9caa1259dc4067e2b6fc6 (diff) | |
download | freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.gz freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.zst freebsd-ports-gnome-ca8fd00c3d1e275bcbf43f4904799d17007c6310.zip |
Convert to new perl framework
Convert USE_GMAKE to USES
Diffstat (limited to 'x11/kdelibs4/Makefile')
-rw-r--r-- | x11/kdelibs4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index b568b1dc6f51..86b7e0594fca 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -42,9 +42,8 @@ USE_FAM= yes USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdeprefix oxygen \ attica automoc4 ontologies sharedmime soprano strigi -USES= cmake:outsource gettext +USES= cmake:outsource gettext perl5 USE_OPENSSL= yes -USE_PERL5= yes USE_QT4= corelib dbus declarative designer_build gui \ network opengl phonon qt3support \ qtestlib script sql svg webkit xml \ |