diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-05-04 11:40:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-05-04 11:40:13 +0000 |
commit | 033f8c563c22f45251ae278ee567323985ce94a9 (patch) | |
tree | 08efd0da3709377a3861499e2532ae276db79fa9 /devel | |
parent | 2a6459ff26f5d14b6c73f55ea7a080baa35e3c54 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/swarm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile index ebf3a66f6fde..8e18ee3417df 100644 --- a/devel/swarm/Makefile +++ b/devel/swarm/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1998 # Whom: Horance C.H Chou <horance@freedom.ie.cycu.edu.tw> # -# $Id: Makefile,v 1.1.1.1 1999/04/03 02:02:29 steve Exp $ +# $Id: Makefile,v 1.2 1999/04/08 17:54:37 steve Exp $ # DISTNAME= swarm-1.4.1 @@ -15,7 +15,7 @@ MAINTAINER= horance@freedom.ie.cycu.edu.tw LIB_DEPENDS= ffi.2:${PORTSDIR}/devel/libffi \ png.3:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm \ - BLT.2:${PORTSDIR}/x11-toolkits/blt + BLT24.2:${PORTSDIR}/x11-toolkits/blt USE_GMAKE= yes GNU_CONFIGURE= yes |