diff options
author | joerg <joerg> | 2014-09-11 13:48:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-09-11 13:48:17 +0000 |
commit | 485abfdab49b10acee3991fe72b32b03dcdb6314 (patch) | |
tree | 5b5549879e5d5af744082828f543175c9e671deb /sysutils | |
parent | 4eaa135d58ef81b3975fa59efe33de544291080d (diff) | |
download | pkgsrc-485abfdab49b10acee3991fe72b32b03dcdb6314.tar.gz |
Screams for pkg-config.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xentools41/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile index d40458846fc..9606632b73a 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2014/05/29 23:37:32 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2014/09/11 13:48:17 joerg Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" @@ -47,7 +47,7 @@ EGDIR= ${PREFIX}/share/examples/xen MESSAGE_SUBST= EGDIR=${EGDIR} USE_TOOLS+= perl #for pod2man -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config MAKE_ENV+= PREFIX=${prefix:Q} WRKSRC=${WRKSRC} MAKE_ENV+= EGDIR=${EGDIR:Q} |