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/mozart/Makefile | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) |
Notes
Diffstat (limited to 'lang/mozart/Makefile')
-rw-r--r-- | lang/mozart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index cb81ffa01982..e41260db497c 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozart PORTVERSION= 1.3.1.20040616 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang tk parallel MASTER_SITES= http://www.mozart-oz.org/download/mozart-ftp/store/1.3.1-2004-06-16/ DISTFILES= ${DISTNAME}-src.tar.gz @@ -31,7 +31,7 @@ MAKE_ARGS= PREFIX=${PREFIX}/lib/oz USE_BISON= build USE_GMAKE= yes HAS_CONFIGURE= yes -USE_XLIB= yes +USE_XORG= x11 USE_AUTOTOOLS= autoconf:213 # magic wand: set INSTALL to some absurd value, or else # mozart's configure will not find the right install |