summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2004-11-27 20:57:47 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2004-11-27 20:57:47 +0000
commit6029a03b32fe6ae695aa29d150ab92c2697801e5 (patch)
tree357bdc4b4da22feda8cf2ca65bdd6f9cb9ba403b /cad
parent5ebe1b673cec02670fda63bfb4029f15d0984e4f (diff)
downloadpkgsrc-6029a03b32fe6ae695aa29d150ab92c2697801e5.tar.gz
remove gsl dependency. It is no longer needed
Diffstat (limited to 'cad')
-rw-r--r--cad/atlc/Makefile3
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"