diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
commit | 33e3d901d4375c73d7a95b6894c0022d6be7eb95 (patch) | |
tree | 34bbfd02d2930c7d48865fddb99f6e755da7b857 /lang/gcl | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) |
Notes
Diffstat (limited to 'lang/gcl')
-rw-r--r-- | lang/gcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index 282642a735cf..982573354aaa 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcl PORTVERSION= 2.6.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang tcl tk MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gcl @@ -22,7 +22,7 @@ ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 CONFIGURE_ARGS=--prefix=${PREFIX} \ --enable-ansi \ --enable-machine=FreeBSD \ |