diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-05-22 01:05:13 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-05-22 01:05:13 +0800 |
commit | d7be8a8ee8ef294b5b784bb644860083ace5531e (patch) | |
tree | 497f35c3c676a795c7d3fc87405aa3617dc39cc0 /x11/libkonq | |
parent | 3f2a99f02ed7a61ac2f3af5edb7246e14e750d17 (diff) | |
download | freebsd-ports-gnome-d7be8a8ee8ef294b5b784bb644860083ace5531e.tar.gz freebsd-ports-gnome-d7be8a8ee8ef294b5b784bb644860083ace5531e.tar.zst freebsd-ports-gnome-d7be8a8ee8ef294b5b784bb644860083ace5531e.zip |
Declare some dependencies that were being pulled in implicitly.
Diffstat (limited to 'x11/libkonq')
-rw-r--r-- | x11/libkonq/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/libkonq/Makefile b/x11/libkonq/Makefile index 0a83e1cd9bc0..588026d3d5ed 100644 --- a/x11/libkonq/Makefile +++ b/x11/libkonq/Makefile @@ -2,18 +2,21 @@ PORTNAME= libkonq PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde kde-kde4 DISTNAME= kde-baseapps-${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Core library for Konqueror +LIB_DEPENDS= libphonon.so:multimedia/phonon + USES= cmake kde:4 tar:xz -USE_KDE= kdelibs automoc4 -USE_QT4= corelib dbus gui \ +USE_KDE= kdelibs automoc4 soprano +USE_QT4= corelib dbus gui network svg xml \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes +USE_XORG= x11 DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde4-baseapps/distinfo |