summaryrefslogtreecommitdiff
path: root/ham/hamlib/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-11 07:17:47 +0000
committerjlam <jlam>2004-03-11 07:17:47 +0000
commit8ee553cc8c6d77db4918636647798563b6dba9f6 (patch)
treea47d04c1d47398587b35cd7f1a9a7eb4126194ac /ham/hamlib/Makefile
parent50608ff41fd5ec80f94275d4f66f80bb0c2b6586 (diff)
downloadpkgsrc-8ee553cc8c6d77db4918636647798563b6dba9f6.tar.gz
bl3ify and set NO_EXPORT_CPP to placate rpcgen.
Diffstat (limited to 'ham/hamlib/Makefile')
-rw-r--r--ham/hamlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile
index d393c690a8d..307bd44d02d 100644
--- a/ham/hamlib/Makefile
+++ b/ham/hamlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/02/18 04:00:44 wulf Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/11 07:17:47 jlam Exp $
#
DISTNAME= hamlib-1.2.0
@@ -10,10 +10,10 @@ MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://hamlib.sourceforge/net/
COMMENT= API for digital communications equipment
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-
-CONFIGURE_ENV+= CPP="${CPP}"
+NO_EXPORT_CPP= yes
.include "../../mk/bsd.pkg.mk"