diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-04 21:04:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-04 21:04:20 +0000 |
commit | 12e198f922b95defba69523a595d96b6cf303e09 (patch) | |
tree | 7433c83a64a8bf8aed64594debe4b83c00feece8 | |
parent | 2705a6eb11f44552da748a76f8c4babd6ba5ed96 (diff) | |
download | pkgsrc-12e198f922b95defba69523a595d96b6cf303e09.tar.gz |
Don't use USE_TOOLS= ...
-rw-r--r-- | mail/perdition/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/perdition/Makefile.common b/mail/perdition/Makefile.common index f9efa3a1c18..bc153683219 100644 --- a/mail/perdition/Makefile.common +++ b/mail/perdition/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2007/03/02 23:44:13 tv Exp $ +# $NetBSD: Makefile.common,v 1.6 2007/09/04 21:04:20 joerg Exp $ # PERDITION_VERSION= 1.17 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.vergenet.net/linux/perdition/ COMMENT= IMAP/POP3 proxy redirector (${PERDITION_COMMENT}) -USE_TOOLS= gmake +USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |