aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2003-06-01 17:28:09 +0800
committerolgeni <olgeni@FreeBSD.org>2003-06-01 17:28:09 +0800
commit043d137090701573812140c98bc09a59c0854c29 (patch)
treea2cb001b8a43f7782649086da1d5adf2457c279b /lang
parentbaf02ba9eafe4e774144a85f719401cce86b6a7c (diff)
downloadfreebsd-ports-gnome-043d137090701573812140c98bc09a59c0854c29.tar.gz
freebsd-ports-gnome-043d137090701573812140c98bc09a59c0854c29.tar.zst
freebsd-ports-gnome-043d137090701573812140c98bc09a59c0854c29.zip
Fix build problem when using WITHOUT_X11.
PR: ports/51435
Diffstat (limited to 'lang')
-rw-r--r--lang/erlang/Makefile3
-rw-r--r--lang/erlang14/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 3d209bdad934..efc4ad2e596f 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -83,10 +83,9 @@ pre-configure:
fi
.endif
-# If X11 is not used, skip gs and etk applications.
+# If X11 is not used, skip the gs application.
.if defined(WITHOUT_X11)
@${ECHO_CMD} "WITHOUT_X11 defined" > ${WRKSRC}/lib/gs/SKIP
- @${ECHO_CMD} "WITHOUT_X11 defined" > ${WRKSRC}/lib/etk/SKIP
.endif
# Install documentation. (HTML docs need to be in same dir as the
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile
index 3d209bdad934..efc4ad2e596f 100644
--- a/lang/erlang14/Makefile
+++ b/lang/erlang14/Makefile
@@ -83,10 +83,9 @@ pre-configure:
fi
.endif
-# If X11 is not used, skip gs and etk applications.
+# If X11 is not used, skip the gs application.
.if defined(WITHOUT_X11)
@${ECHO_CMD} "WITHOUT_X11 defined" > ${WRKSRC}/lib/gs/SKIP
- @${ECHO_CMD} "WITHOUT_X11 defined" > ${WRKSRC}/lib/etk/SKIP
.endif
# Install documentation. (HTML docs need to be in same dir as the