diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
commit | 4932fab3f227fbfbad27ff0bca77400f0c3397fe (patch) | |
tree | c1e08f830ccc454388579e8a5bb683d354ff965d /graphics/imlib | |
parent | df1553a4f0d66bbe0583c891b890ae9e33fd1398 (diff) | |
download | pkgsrc-4932fab3f227fbfbad27ff0bca77400f0c3397fe.tar.gz |
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'graphics/imlib')
-rw-r--r-- | graphics/imlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 1c84998a347..377d554591f 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2004/02/14 17:21:42 jlam Exp $ +# $NetBSD: Makefile,v 1.84 2004/02/14 18:26:28 jmmv Exp $ # DISTNAME= imlib-1.9.14 @@ -13,7 +13,7 @@ COMMENT= Image manipulation library for X11 USE_BUILDLINK3= yes USE_X11BASE= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE= ${WRKSRC}/imlib.pc.in +PKGCONFIG_OVERRIDE= imlib.pc.in GNU_CONFIGURE= yes PLIST_SUBST+= LOCALBASE=${LOCALBASE} USE_GNU_TOOLS+= make |