missing dep on coreutils for nl, and patch away a bash requirement.
build problem pointed out & fixes suggested by nigel@.
This commit is contained in:
parent
9d779e9ff7
commit
4ebf9d76e0
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2012/09/14 09:56:17 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2012/09/15 08:37:41 sthen Exp $
|
||||
|
||||
# requires SSE
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
COMMENT= virtual lighttable and darkroom for photographers
|
||||
DISTNAME= darktable-1.0.5
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -37,6 +37,7 @@ MODULES= devel/cmake \
|
||||
devel/gettext \
|
||||
textproc/intltool
|
||||
|
||||
BUILD_DEPENDS= sysutils/coreutils
|
||||
RUN_DEPENDS= devel/desktop-file-utils \
|
||||
x11/gtk+2,-guic
|
||||
LIB_DEPENDS= devel/sdl \
|
||||
|
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-tools_create_preferences_sh_in,v 1.1 2012/09/15 08:37:41 sthen Exp $
|
||||
--- tools/create_preferences.sh.in.orig Sat Sep 15 09:23:31 2012
|
||||
+++ tools/create_preferences.sh.in Sat Sep 15 09:25:05 2012
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env bash
|
||||
+#!/bin/ksh
|
||||
|
||||
tabs='gui core'
|
||||
|
Loading…
x
Reference in New Issue
Block a user