Set PKGNAME and fix WANTLIB

Set PKGNAME = dolphin-kf5-${VERSION} to avoid conflict with
emulators/dolphin. The port is unhook so bump is not necessary.

Spotted by thfr@
This commit is contained in:
rsadowski 2018-09-02 15:14:20 +00:00
parent 0dc512353e
commit 154f47aa62

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/09/02 14:27:23 rsadowski Exp $
# $OpenBSD: Makefile,v 1.2 2018/09/02 15:14:20 rsadowski Exp $
COMMENT = KDE File Manager
DISTNAME = dolphin-${VERSION}
PKGNAME = dolphin-kf5-${VERSION}
CATEGORIES = x11
SHARED_LIBS += dolphinprivate 0.0 # 5.0
@ -9,6 +10,17 @@ SHARED_LIBS += dolphinvcs 0.0 # 5.0
KDE5 = Yes
WANTLIB += ${COMPILER_LIBCXX} KF5Activities KF5Attica KF5Auth
WANTLIB += KF5Bookmarks KF5Codecs KF5Completion KF5ConfigCore
WANTLIB += KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5Crash
WANTLIB += KF5DBusAddons KF5GuiAddons KF5I18n KF5IconThemes KF5ItemViews
WANTLIB += KF5JobWidgets KF5KCMUtils KF5KDELibs4Support KF5KIOCore
WANTLIB += KF5KIOFileWidgets KF5KIOWidgets KF5NewStuff KF5NewStuffCore
WANTLIB += KF5Notifications KF5Parts KF5Service KF5Solid KF5SonnetUi
WANTLIB += KF5TextWidgets KF5UnitConversion KF5WidgetsAddons KF5WindowSystem
WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network
WANTLIB += Qt5PrintSupport Qt5Widgets Qt5Xml c m
MODULES = multimedia/phonon
BUILD_DEPENDS +=devel/gettext-tools \