summaryrefslogtreecommitdiff
path: root/math/xgap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/xgap/Makefile')
-rw-r--r--math/xgap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xgap/Makefile b/math/xgap/Makefile
index 528b5384c0d..ce74309e376 100644
--- a/math/xgap/Makefile
+++ b/math/xgap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:31 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/01 18:03:04 jlam Exp $
#
DISTNAME= xgap4r16
@@ -13,7 +13,6 @@ HOMEPAGE= http://www.gap-system.org/Share/xgap.html
COMMENT= GUI for GAP
WRKSRC= ${WRKDIR}/${GAP_PKG_NAME}
-USE_X11= YES
GNU_CONFIGURE= YES
BUILD_TARGET= default
@@ -35,5 +34,6 @@ do-install:
cd ${WRKSRC} && ${PAX} -rw $$I ${GAP_PKG_DIRECTORY}; \
done
+.include "../../mk/x11.buildlink3.mk"
.include "../../math/gap/gap.package.mk"
.include "../../mk/bsd.pkg.mk"