summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-04-17 06:19:20 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-04-17 06:19:20 +0800
commitb44bc02c11f9a52899d2af21219a7ed49ca09450 (patch)
tree934d3df388548ac49d324554f1ceacec5576a91c
parentc48bde0a3f799787e74765cf572038ff8ca8b164 (diff)
downloadxorg-devel-ports-b44bc02c11f9a52899d2af21219a7ed49ca09450.tar.gz
xorg-devel-ports-b44bc02c11f9a52899d2af21219a7ed49ca09450.tar.zst
xorg-devel-ports-b44bc02c11f9a52899d2af21219a7ed49ca09450.zip
Merge r820:
Add xorg-macros and a build dependency on pkgconf. git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-7.7@821 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--devel/imake/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/imake/Makefile b/devel/imake/Makefile
index 819f992..8bd9f73 100644
--- a/devel/imake/Makefile
+++ b/devel/imake/Makefile
@@ -16,7 +16,8 @@ RUN_DEPENDS= gccmakedep:${PORTSDIR}/devel/gccmakedep \
USE_PERL5= yes
XORG_CAT= util
-USE_XORG= xproto
+USE_XORG= xproto xorg-macros
+USE_PKGCONFIG= build
.ifdef USE_IMAKE
.error You have `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.