summaryrefslogtreecommitdiff
path: root/mail/poppassd
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-09 03:37:00 +0000
committerjlam <jlam>2001-09-09 03:37:00 +0000
commit9800d1b91912d5e411afb398939b1cdf496ea565 (patch)
tree427da705764703a94f712bb0e321236c7353bd17 /mail/poppassd
parent1ce3220b73933a3eab0c78862dfe2ecc7be3f3fb (diff)
downloadpkgsrc-9800d1b91912d5e411afb398939b1cdf496ea565.tar.gz
Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
Diffstat (limited to 'mail/poppassd')
-rw-r--r--mail/poppassd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile
index e39331e9a5c..d3bd295bdd6 100644
--- a/mail/poppassd/Makefile
+++ b/mail/poppassd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/07/26 15:44:44 taca Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/09 03:37:02 jlam Exp $
#
DISTNAME= qpopper${VERSION}
@@ -15,6 +15,7 @@ HOMEPAGE= http://www.eudora.com/qpopper/
COMMENT= Qualcomm's password change server mainly for Eudora
VERSION= 4.0.3
+USE_BUILDLINK_ONLY= # defined
CONFIGURE_ARGS+= --enable-poppassd
CONFIGURE_ENV+= CDEFS='-DSMBPASSWD_BINARY=\"${LOCALBASE}/bin/smbpasswd\"'