diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-08-26 17:49:42 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-08-26 17:49:42 +0800 |
commit | 1e6d0c6c9ff312593ab0c35632e088b3a1e702df (patch) | |
tree | 802d6823b7c9c0e129da76d23708cb5ddf21ecf8 /x11 | |
parent | f372a17fece76921fa5dabd21e5b756296acbf24 (diff) | |
download | freebsd-ports-graphics-1e6d0c6c9ff312593ab0c35632e088b3a1e702df.tar.gz freebsd-ports-graphics-1e6d0c6c9ff312593ab0c35632e088b3a1e702df.tar.zst freebsd-ports-graphics-1e6d0c6c9ff312593ab0c35632e088b3a1e702df.zip |
Drop USES=iconv.
The port only has a run-time dependency on iconv(1) in a small font-related
Perl script, and iconv(1) is part of base in all FreeBSD releases we
support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4-workspace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 7164e84a025..30b951e802b 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -2,7 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -44,7 +44,7 @@ USE_GL= glu USE_GNOME= glib20 USE_KDE4= kactivities kdelibs kdeprefix nepomuk-core oxygen \ pimlibs akonadi automoc4 ontologies qimageblitz soprano strigi -USES= cmake:outsource compiler:c++11-lib gettext gmake iconv jpeg \ +USES= cmake:outsource compiler:c++11-lib gettext gmake jpeg \ pkgconfig shebangfix tar:xz USE_QT4= corelib dbus declarative designer_build gui network \ opengl phonon qtestlib script sql webkit xml \ |