diff options
author | markd <markd@pkgsrc.org> | 2013-04-07 02:30:01 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-04-07 02:30:01 +0000 |
commit | 0959f3b07fa1d1e85d4bd5c9dc3f80751032b360 (patch) | |
tree | 057a6b88a113b2aa8f1e526e1ba5fb3d6f9267b5 /x11/kde-workspace4 | |
parent | adda884d44cb88a3a470e58f81adefef66c4f3b7 (diff) | |
download | pkgsrc-0959f3b07fa1d1e85d4bd5c9dc3f80751032b360.tar.gz |
Remove an ${OPSYS} that snuck into the PLIST.
Disable building tests as fail to build on DragonFly.
No PKGREVISION bump as no change to binary package.
Diffstat (limited to 'x11/kde-workspace4')
-rw-r--r-- | x11/kde-workspace4/Makefile | 4 | ||||
-rw-r--r-- | x11/kde-workspace4/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/kde-workspace4/Makefile b/x11/kde-workspace4/Makefile index e23214668bb..4a95d18075f 100644 --- a/x11/kde-workspace4/Makefile +++ b/x11/kde-workspace4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/04/03 10:51:49 markd Exp $ +# $NetBSD: Makefile,v 1.19 2013/04/07 02:30:01 markd Exp $ DISTNAME= kde-workspace-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} @@ -15,6 +15,8 @@ SITES.NetBSD-flag-1.0.png= ${MASTER_SITE_LOCAL} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +CMAKE_ARGS+= -DKDE4_BUILD_TESTS:BOOL=OFF + # BUILD_MAKE_FLAGS+= VERBOSE=1 USE_TOOLS+= mkfontdir bdftopcf gmake diff --git a/x11/kde-workspace4/PLIST b/x11/kde-workspace4/PLIST index ef569b87316..17f5fd364a1 100644 --- a/x11/kde-workspace4/PLIST +++ b/x11/kde-workspace4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2013/04/03 10:51:50 markd Exp $ +@comment $NetBSD: PLIST,v 1.5 2013/04/07 02:30:01 markd Exp $ bin/genkdmconf bin/kaccess bin/kapplymousetheme @@ -708,7 +708,7 @@ share/examples/kde4-dbus/org.kde.ksysguard.processlisthelper.conf share/examples/kde4-dbus/org.kde.powerdevil.backlighthelper.conf share/examples/rc.d/kdm share/icons/Daemon.png -share/icons/${OPSYS}-flag.png +share/icons/NetBSD-flag.png share/icons/Oxygen_Black/cursors/00000000000000020006000e7e9ffc3f share/icons/Oxygen_Black/cursors/00008160000006810000408080010102 share/icons/Oxygen_Black/cursors/03b6e0fcb3499374a867c041f52298f0 |