diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-12 03:28:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-12 03:28:32 +0000 |
commit | 2639e3c4010348c38ea8cb07524e3bd489f09a3d (patch) | |
tree | bd366715bc3eab3dc6b4c107d9b11e371a680850 /math | |
parent | 271ba230084090b78c68dbe07b0aad3e1730169b (diff) | |
download | pkgsrc-2639e3c4010348c38ea8cb07524e3bd489f09a3d.tar.gz |
Use x11.buildlink.mk.
Diffstat (limited to 'math')
-rw-r--r-- | math/grace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 5e27d9c68be..8129e08814e 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/09/08 19:55:46 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/09/12 03:28:32 jlam Exp $ # DISTNAME= grace-5.1.4 @@ -38,4 +38,5 @@ post-install: .include "../../textproc/t1lib/buildlink.mk" .include "../../x11/Xbae/buildlink.mk" .include "../../mk/motif.buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |