summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo>2005-08-04 22:22:14 +0000
committersalo <salo>2005-08-04 22:22:14 +0000
commit2eaf8473125ea340209cac803d33b7955391424e (patch)
tree4ddb1292fb0f9fee7c7b678b61b161be06a40e12
parent7becaf2eea25b2cc9e6b819b8bf0b48221de4678 (diff)
downloadpkgsrc-2eaf8473125ea340209cac803d33b7955391424e.tar.gz
Pullup ticket 640 - requested by Grant Beattie
portability fix for cvsps Revisions pulled up: - pkgsrc/devel/cvsps/Makefile 1.16 Module Name: pkgsrc Committed By: grant Date: Fri Jul 29 03:39:06 UTC 2005 Modified Files: pkgsrc/devel/cvsps: Makefile Log Message: honour LDFLAGS and LIBS
-rw-r--r--devel/cvsps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile
index 9a30304ddd5..9328f352db2 100644
--- a/devel/cvsps/Makefile
+++ b/devel/cvsps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/22 20:07:50 jlam Exp $
+# $NetBSD: Makefile,v 1.14.2.1 2005/08/04 22:22:14 salo Exp $
#
DISTNAME= cvsps-2.0rc1
@@ -17,6 +17,7 @@ USE_TOOLS+= gmake
INSTALLATION_DIRS= bin man/man1
LIBS.SunOS+= -lnsl -lsocket
+MAKE_ENV+= LIBS=${LIBS:Q}
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"