diff options
author | jlam <jlam> | 2003-09-04 19:24:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-09-04 19:24:13 +0000 |
commit | 45fcd4976a1363a74ab5884b1b33ecccc046bfa1 (patch) | |
tree | e610d3b399d17c0f012b1bdeea8463d5ef328d13 /math | |
parent | d61a9e0c0a15464a4b56925537b530a5498b2df5 (diff) | |
download | pkgsrc-45fcd4976a1363a74ab5884b1b33ecccc046bfa1.tar.gz |
There is no x11.buildlink2.mk.
Diffstat (limited to 'math')
-rw-r--r-- | math/xeukleides/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/xeukleides/Makefile b/math/xeukleides/Makefile index b27cb0b649e..b795a37f865 100644 --- a/math/xeukleides/Makefile +++ b/math/xeukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/08/17 20:32:22 jmc Exp $ +# $NetBSD: Makefile,v 1.6 2003/09/04 19:24:13 jlam Exp $ # FreeBSD Id: ports/math/eukleides/Makefile,v 1.1 2002/06/04 18:40:20 ijliao Exp DISTNAME= xeukleides.0.9.0 @@ -21,5 +21,4 @@ ALL_TARGET= xeukleides USE_GMAKE= yes .include "../../x11/gtk/buildlink2.mk" -.include "../../mk/x11.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |