pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ocp Delint (include desktopdb.mk).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/969756f4850b
branches:  trunk
changeset: 604051:969756f4850b
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Mon May 21 22:25:02 2012 +0000

description:
Delint (include desktopdb.mk).

diffstat:

 audio/ocp/Makefile   |   4 ++--
 audio/ocp/options.mk |  12 +++++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r be052122e459 -r 969756f4850b audio/ocp/Makefile
--- a/audio/ocp/Makefile        Mon May 21 19:37:26 2012 +0000
+++ b/audio/ocp/Makefile        Mon May 21 22:25:02 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2012/04/30 08:26:41 shattered Exp $
+# $NetBSD: Makefile,v 1.14 2012/05/21 22:25:02 shattered Exp $
 
 DISTNAME=              ocp-0.1.21
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=opencubicplayer/}
 EXTRACT_SUFX=          .tar.bz2
diff -r be052122e459 -r 969756f4850b audio/ocp/options.mk
--- a/audio/ocp/options.mk      Mon May 21 19:37:26 2012 +0000
+++ b/audio/ocp/options.mk      Mon May 21 22:25:02 2012 +0000
@@ -1,24 +1,26 @@
-# $NetBSD: options.mk,v 1.1 2012/04/30 08:26:41 shattered Exp $
+# $NetBSD: options.mk,v 1.2 2012/05/21 22:25:02 shattered Exp $
 
-PKG_OPTIONS_VAR=        PKG_OPTIONS.ocp
-PKG_SUPPORTED_OPTIONS=  x11
+PKG_OPTIONS_VAR=       PKG_OPTIONS.ocp
+PKG_SUPPORTED_OPTIONS= x11
 
 .include "../../mk/bsd.options.mk"
 
 # broken (crashes at startup)
 .if !empty(PKG_OPTIONS:Msdl)
-CONFIGURE_ARGS+=        --with-sdl=yes
+CONFIGURE_ARGS+=       --with-sdl=yes
 PLIST.sdl=             yes
 PLIST.desktop=         yes
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../devel/SDL/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --without-sdl
 .endif
 
 .if !empty(PKG_OPTIONS:Mx11)
-CONFIGURE_ARGS+=        --with-x11=yes
+CONFIGURE_ARGS+=       --with-x11=yes
 PLIST.x11=             yes
 PLIST.desktop=         yes
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/xextproto/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"



Home | Main Index | Thread Index | Old Index