diff options
author | dmcmahill <dmcmahill> | 2004-11-27 20:57:47 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2004-11-27 20:57:47 +0000 |
commit | 4ccda72f7f95a1f458052f0b231c3b1dbb54da81 (patch) | |
tree | 357bdc4b4da22feda8cf2ca65bdd6f9cb9ba403b | |
parent | b21918fd1b85460d6e68d5fe23c658d7d90e032d (diff) | |
download | pkgsrc-4ccda72f7f95a1f458052f0b231c3b1dbb54da81.tar.gz |
remove gsl dependency. It is no longer needed
-rw-r--r-- | cad/atlc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/atlc/Makefile b/cad/atlc/Makefile index e5b95918c89..efc0437d8a0 100644 --- a/cad/atlc/Makefile +++ b/cad/atlc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/11/27 20:49:24 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/27 20:57:47 dmcmahill Exp $ # DISTNAME= atlc-4.6.0 @@ -21,5 +21,4 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/atlc ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/atlc -.include "../../math/gsl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |