summaryrefslogtreecommitdiff
path: root/math/yorick/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/yorick/Makefile')
-rw-r--r--math/yorick/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/yorick/Makefile b/math/yorick/Makefile
index 390e49f51b3..fa512e71042 100644
--- a/math/yorick/Makefile
+++ b/math/yorick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/31 21:53:26 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/06/01 18:03:04 jlam Exp $
DISTNAME= yorick-1.6.02
CATEGORIES= math
@@ -10,7 +10,6 @@ HOMEPAGE= ftp://ftp-icf.llnl.gov/pub/Yorick/doc/index.html
COMMENT= Numerical algebra system (similar to Matlab)
WRKSRC= ${WRKDIR}/yorick-1.6
-USE_X11= yes
BUILD_DIRS= ${WRKSRC} ${WRKSRC}/doc
INSTALL_DIRS= ${WRKSRC}
@@ -18,6 +17,8 @@ USE_MAKEINFO= YES
INFO_FILES= yorick.info
USE_TOOLS+= gmake
+.include "../../mk/x11.buildlink3.mk"
+
post-patch:
for f in ${WRKSRC}/ysite.sh; do \
${SED} -e 's:@PREFIX@:${PREFIX}:g' $$f > $$f.tmp \