summaryrefslogtreecommitdiff
path: root/chat/fugu
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-12 11:21:25 +0000
committerwiz <wiz@pkgsrc.org>2002-10-12 11:21:25 +0000
commit65329c41ee749ee0ea15740d3c75bc06087c70ae (patch)
treea97556e7b4e2775053467d9ecce851c97ce373de /chat/fugu
parent4cce547f1ef426acd849b850c4a5cf2085d5ee8c (diff)
downloadpkgsrc-65329c41ee749ee0ea15740d3c75bc06087c70ae.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'chat/fugu')
-rw-r--r--chat/fugu/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/chat/fugu/Makefile b/chat/fugu/Makefile
index 7bd8193d396..b052f7a6fa4 100644
--- a/chat/fugu/Makefile
+++ b/chat/fugu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/09/21 23:46:46 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/10/12 11:21:25 wiz Exp $
#
DISTNAME= fugu-1.0
@@ -9,14 +9,17 @@ MAINTAINER= lukem@netbsd.org
HOMEPAGE= http://fugu.gale.org
COMMENT= graphical client for the gale secure instant messaging system
-DEPENDS+= rsaref-2.0p3:../../security/rsaref/
PYTHON_VERSIONS_ACCEPTED= 20 21 # no 22 - uses Makefile.pre.in
GNU_CONFIGURE= YES
CONFIGURE_ENV+= vi_cv_path_python=${PYTHONBIN}
-LDFLAGS+= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib
-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/rsaref
+LDFLAGS+= -L${BUILDLINK_PREFIX.py-Pmw}/lib \
+ -Wl,-R${BUILDLINK_PREFIX.py-Pmw}/lib
+CPPFLAGS+= -I${BUILDLINK_PREFIX.py-Pmw}/include \
+ -I${BUILDLINK_PREFIX.rsaref}/include/rsaref \
+ -I${BUILDLINK_PREFIX.rsaref}/include
.include "../../lang/python/application.mk"
-.include "../../x11/py-Pmw/buildlink.mk"
+.include "../../security/rsaref/buildlink2.mk"
+.include "../../x11/py-Pmw/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"