diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /lang/ecl/Makefile | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip |
Notes
Diffstat (limited to 'lang/ecl/Makefile')
-rw-r--r-- | lang/ecl/Makefile | 4 |
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="" |