aboutsummaryrefslogtreecommitdiffstats
path: root/main/imake
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-07-18 21:57:37 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-19 08:03:20 +0000
commit292aacb3da61739d3cde6cf82774e1b7d3f4e1c1 (patch)
treefdb903236493827c0ae72c77cf9301b46d111774 /main/imake
parentd67ce74df37681f0620668ba5f536eb143118e69 (diff)
downloadaports-292aacb3da61739d3cde6cf82774e1b7d3f4e1c1.tar.bz2
aports-292aacb3da61739d3cde6cf82774e1b7d3f4e1c1.tar.xz
main/imake: replace *proto with xorgproto
Diffstat (limited to 'main/imake')
-rw-r--r--main/imake/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/imake/APKBUILD b/main/imake/APKBUILD
index 7687fad8b3..0ee6f0660a 100644
--- a/main/imake/APKBUILD
+++ b/main/imake/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=imake
pkgver=1.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="X Windows make utility"
url="http://www.x.org"
arch="all"
@@ -9,7 +9,7 @@ license="BSD"
options="!check" # No test suite.
depends=
depends_dev=
-makedepends="xproto util-macros $depends_dev"
+makedepends="util-macros $depends_dev xorgproto"
install=""
subpackages="$pkgname-doc"
source="http://ftp.x.org/pub/individual/util/$pkgname-$pkgver.tar.bz2"