summaryrefslogtreecommitdiff
path: root/lang/ecl
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
parentAdd system-config-printer (diff)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209636
Diffstat (limited to 'lang/ecl')
-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=""