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 /graphics/xmandel | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) | |
download | ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.tar.gz ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.zip |
Notes
Diffstat (limited to 'graphics/xmandel')
-rw-r--r-- | graphics/xmandel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile index 1ca773cd5aa8..55383172eff8 100644 --- a/graphics/xmandel/Makefile +++ b/graphics/xmandel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmandel PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/ # The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel, @@ -22,6 +22,7 @@ EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= # empty USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt USE_PERL5_BUILD=yes NO_WRKSUBDIR= yes MAN1= xmandel.1 |