diff options
author | grant <grant@pkgsrc.org> | 2003-12-04 05:14:30 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-04 05:14:30 +0000 |
commit | e1ddde3c0effa2012ca27a504bb3d6b1d43aaf06 (patch) | |
tree | 9fe34ddcebba984516649082863fbe02cd870809 /mail/exim3 | |
parent | 6cdb1d629675e7b033680e3af53d5810d8ad743d (diff) | |
download | pkgsrc-e1ddde3c0effa2012ca27a504bb3d6b1d43aaf06.tar.gz |
fix a thinko
Diffstat (limited to 'mail/exim3')
-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 |