diff options
Diffstat (limited to 'repo/x11/libxdmcp.xibuild')
-rw-r--r-- | repo/x11/libxdmcp.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/libxdmcp.xibuild b/repo/x11/libxdmcp.xibuild index fdc3d99..8689935 100644 --- a/repo/x11/libxdmcp.xibuild +++ b/repo/x11/libxdmcp.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make xmlto libxslt) -DEPS=(xorgproto) +MAKEDEPS="make xmlto libxslt" +DEPS="xorgproto" PKG_VER=1.1.3 SOURCE=https://www.x.org/pub/individual/lib/libXdmcp-$PKG_VER.tar.bz2 |