summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-09 03:37:00 +0000
committerjlam <jlam@pkgsrc.org>2001-09-09 03:37:00 +0000
commit99c293f270ce92830cf3d9d0e08ad89d9d2127d5 (patch)
tree427da705764703a94f712bb0e321236c7353bd17 /mail/qpopper
parent5700c6abe38ad8bc838fcf036551fb26079ab1ad (diff)
downloadpkgsrc-99c293f270ce92830cf3d9d0e08ad89d9d2127d5.tar.gz
Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile3
-rw-r--r--mail/qpopper/Makefile.common3
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index 2a31c26665d..47113caa337 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2001/07/26 15:43:28 taca Exp $
+# $NetBSD: Makefile,v 1.30 2001/09/09 03:37:02 jlam Exp $
#
DISTNAME= qpopper${VERSION}
@@ -15,6 +15,7 @@ HOMEPAGE= http://www.eudora.com/qpopper/
COMMENT= Qualcomm's POP server for Eudora
VERSION= 4.0.3
+USE_BUILDLINK_ONLY= # defined
DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
INSTALL_FILE= ${WRKDIR}/INSTALL
diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common
index abee5d1a59d..934448667c5 100644
--- a/mail/qpopper/Makefile.common
+++ b/mail/qpopper/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2001/07/26 15:43:28 taca Exp $
+# $NetBSD: Makefile.common,v 1.4 2001/09/09 03:37:02 jlam Exp $
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \
@@ -15,7 +15,6 @@ DB_SUFFIX?= db
.include "../../mk/bsd.prefs.mk"
-USE_BUILDLINK_ONLY= # defined
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_DIR}
.if defined(KERBEROS)