diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-09 16:34:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-09 16:34:08 +0000 |
commit | cf5747ad6d41ef022a311bd6a31a2e36ef09cde0 (patch) | |
tree | 7d9c7d829e53205481795f518e1e661a2f14d603 /chat | |
parent | c6aea75184e7be4424f6ccbc87aba42e790f9131 (diff) | |
download | pkgsrc-cf5747ad6d41ef022a311bd6a31a2e36ef09cde0.tar.gz |
Also provide TREINCDIR.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/unrealircd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile index ed3c5a8857a..ff992eed5e6 100644 --- a/chat/unrealircd/Makefile +++ b/chat/unrealircd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/08/19 08:17:59 tnn Exp $ +# $NetBSD: Makefile,v 1.29 2010/01/09 16:34:08 joerg Exp $ DISTNAME= Unreal3.2.7 PKGNAME= unrealircd-3.2.7 @@ -27,7 +27,7 @@ BUILDLINK_API_DEPENDS.libcares+= libcares-${CARES_NEEDED} .include "../../mk/bsd.prefs.mk" CONFIGURE_ENV+= tre_version=${TRE_NEEDED:Q} -CONFIGURE_ENV+= TRELIBS='-L${PREFIX:Q}/lib -ltre' +CONFIGURE_ENV+= TRELIBS='-L${PREFIX:Q}/lib -ltre' TREINCDIR=-I${PREFIX}/include CONFIGURE_ENV+= cares_version=${CARES_NEEDED:Q} CONFIGURE_ENV+= CARESINCDIR='${PREFIX:Q}/include' CONFIGURE_ENV+= CARESLIBDIR='-L${PREFIX:Q}/lib' |