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
commitd9ac3b894e82a99d71b58d03fad308f718f90217 (patch)
tree427da705764703a94f712bb0e321236c7353bd17 /mail/poppassd
parentc4a0ff39222fbd3481d97af0bc5ba9ce5704c4aa (diff)
downloadpkgsrc-d9ac3b894e82a99d71b58d03fad308f718f90217.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\"'