diff options
author | asami <asami@FreeBSD.org> | 2000-03-09 20:43:23 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-03-09 20:43:23 +0000 |
commit | f76e47de9a677a853168cd83cf6463aa93b1a45d (patch) | |
tree | b1871357f19013fc1eccbcfea523c48c5e0a86a8 /math | |
parent | 4e4076538379c994338c0194142a2b23d74fe043 (diff) | |
download | FreeBSD-ports-f76e47de9a677a853168cd83cf6463aa93b1a45d.zip FreeBSD-ports-f76e47de9a677a853168cd83cf6463aa93b1a45d.tar.gz |
This port actually wants Xlib, not just imake.
Submitted by: bento
Diffstat (limited to 'math')
-rw-r--r-- | math/simpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/simpack/Makefile b/math/simpack/Makefile index 0883acb..34d1fcc 100644 --- a/math/simpack/Makefile +++ b/math/simpack/Makefile @@ -13,7 +13,7 @@ DISTFILES= SimPack3.tar.Z MAINTAINER= rssh@cki.ipri.kiev.ua -BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake +USE_XLIB= yes WRKSRC= ${WRKDIR}/simpack |