diff options
author | martti <martti@pkgsrc.org> | 2003-09-04 11:02:19 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-09-04 11:02:19 +0000 |
commit | 5126f63ba7c538d951fc798a75072b622a179875 (patch) | |
tree | ca2e6898076e9e2ab1ed23876f132abb2c8c8cdf /mail/pine/Makefile | |
parent | addb8bd30abd7a4ff0198bf1225d30a67a18ed3e (diff) | |
download | pkgsrc-5126f63ba7c538d951fc798a75072b622a179875.tar.gz |
Make this compile on Linux systems without PAM.
Diffstat (limited to 'mail/pine/Makefile')
-rw-r--r-- | mail/pine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 17643c72091..b8f0082ed98 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2003/07/28 15:44:10 adam Exp $ +# $NetBSD: Makefile,v 1.75 2003/09/04 11:09:11 martti Exp $ DISTNAME= pine4.56 PKGNAME= pine-4.56 @@ -25,7 +25,7 @@ CONF_FILES= ${PREFIX}/share/examples/pine/pine.conf ${PKG_SYSCONFDIR}/pine.co BUILDNAME= so5 BUILDFILE= sol .elif ${OPSYS} == "Linux" -BUILDNAME= lrh +BUILDNAME= lnx BUILDFILE= lnx .elif ${OPSYS} == "Darwin" BUILDNAME= osx |