aboutsummaryrefslogtreecommitdiff
path: root/lang/ecl/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-23 16:44:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-23 16:44:09 +0000
commit5afc678aac11dcb929706121d1fec2707a1e8e54 (patch)
tree89d39d526223ba8929324fc0ca33a08f06f5f7ae /lang/ecl/Makefile
parentdd9602c2a3e0aa86e76d2db30cf6349888702517 (diff)
downloadports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz
ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip
Notes
Diffstat (limited to 'lang/ecl/Makefile')
-rw-r--r--lang/ecl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index ba81ff44309e..d68dfa6cd779 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ecl
PORTVERSION= 0.9g
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang lisp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ecls
@@ -60,7 +60,7 @@ PLIST_SUB+= CLOS_STREAMS="@comment "
.endif
.if defined(WITH_CLX)
-USE_XLIB= yes
+USE_XORG= x11
CONFIGURE_ARGS+=--with-clx=yes
INFO+= clx
PLIST_SUB+= CLX=""