diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 13:39:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 13:39:01 +0800 |
commit | a894149e28a62d885fc4db716614a52851065b9d (patch) | |
tree | 6b0b6545792cee4fdeeb3769b3dac6dd98a13123 /math/simpack | |
parent | abe090a8d49d341efe615ea66ae9b9fe4c6cc9ce (diff) | |
download | freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.tar.gz freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.tar.zst freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.zip |
More USE_XLIBs.
Diffstat (limited to 'math/simpack')
-rw-r--r-- | math/simpack/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/simpack/Makefile b/math/simpack/Makefile index 96f0e882adaa..9bc5a3aed996 100644 --- a/math/simpack/Makefile +++ b/math/simpack/Makefile @@ -3,7 +3,7 @@ # Date created: 5 June 1997 # Whom: Ruslan Shevchenko <rssh@cki.ipri.kiev.ua> # -# $Id: Makefile,v 1.3 1998/09/27 20:13:13 steve Exp $ +# $Id: Makefile,v 1.4 1998/11/14 09:43:25 asami Exp $ # DISTNAME= simpack-3.0 @@ -13,6 +13,8 @@ DISTFILES= SimPack3.tar.Z MAINTAINER= rssh@cki.ipri.kiev.ua +BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 + WRKSRC= ${WRKDIR}/simpack .include <bsd.port.pre.mk> |