summaryrefslogtreecommitdiff
path: root/math/grpn/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-05-12 23:21:53 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-05-12 23:21:53 +0000
commitb44b62bb7e0901c9df078f95a4fbb60f73bca737 (patch)
tree7056fd1ee4c50fb1aa0786eb45e2302f8787051c /math/grpn/Makefile
parent239936a17f3c288176e1ad57253360e4c7c2dadd (diff)
downloadpkgsrc-b44b62bb7e0901c9df078f95a4fbb60f73bca737.tar.gz
update to grpn-1.1.2nb1
adds several constants found in science and engineering: - 'k' Boltzmanns constnat - 'q' Electron charge - 'e0' Free space permitivity - 'mu0'Free space permeability - 'c' Free space speed of light.
Diffstat (limited to 'math/grpn/Makefile')
-rw-r--r--math/grpn/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/math/grpn/Makefile b/math/grpn/Makefile
index 7a500a5b9a0..80ef51d7af9 100644
--- a/math/grpn/Makefile
+++ b/math/grpn/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2002/04/27 12:44:05 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.8 2002/05/12 23:21:53 dmcmahill Exp $
#
-DISTNAME= grpn-1.1.0
+DISTNAME= grpn-1.1.2
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://lashwhip.com/pub/ \
@@ -11,8 +11,12 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://lashwhip.com/grpn.html
COMMENT= Graphical reverse polish notation (RPN) calculator
-DEPENDS+= gtk+-1.2.*:../../x11/gtk
+USE_BUILDLINK_ONLY= yes
+ALL_TARGET= grpn
-USE_X11= yes
+#DEPENDS+= gtk+-1.2.*:../../x11/gtk
+#USE_X11= yes
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"