diff options
author | grant <grant> | 2003-12-04 05:14:30 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-04 05:14:30 +0000 |
commit | c63b533269d3e12c0f24bf5bb12d439dc66d32d5 (patch) | |
tree | 9fe34ddcebba984516649082863fbe02cd870809 /mail | |
parent | ba65fabda0756c48456c2b3bee63cd4e8e1a7b58 (diff) | |
download | pkgsrc-c63b533269d3e12c0f24bf5bb12d439dc66d32d5.tar.gz |
fix a thinko
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim3/Makefile b/mail/exim3/Makefile index 1f8defd34fc..5fdfac8098c 100644 --- a/mail/exim3/Makefile +++ b/mail/exim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/12/04 04:51:00 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/12/04 05:14:30 grant Exp $ DISTNAME= exim-3.36 CATEGORIES= mail net @@ -60,8 +60,8 @@ MAKE_ENV+= LOOKUP_PGSQL=YES # buildlink2 decides which libdb to use on this platform. MAKE_ENV+= DBMLIB="${BUILDLINK_LDFLAGS.db} ${BUILDLINK_LIBS.db}" -MAKE_ENV+= LOOKUP_INCLUDE="${_LOOKUP_INCLUDE}" -MAKE_ENV+= LOOKUP_LIBS="${_LOOKUP_LIBS}" +MAKE_ENV+= LOOKUP_INCLUDE="${LOOKUP_INCLUDE}" +MAKE_ENV+= LOOKUP_LIBS="${LOOKUP_LIBS}" pre-patch: ${MKDIR} ${WRKSRC}/Local |