diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-12-26 11:49:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-12-26 11:49:39 +0000 |
commit | 4c088732da8ee0fc0565984cd7860359ec51df14 (patch) | |
tree | b7ef53645d93863e2fb1d8bad86fa17ba4ec94cf | |
parent | Argh, serves me right for acting on second-hand information. *blush*. (diff) |
Typo (LIB_DEPEND -> LIB_DEPENDS).
Notes
Notes:
svn path=/head/; revision=9191
-rw-r--r-- | biology/seaview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index b08dd0919015..b77302f04d19 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 5 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/12/21 22:04:38 vanilla Exp $ # DISTNAME= seaview @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar MAINTAINER= frankch@waru.life.nthu.edu.tw -LIB_DEPEND= xforms\\.0\\.:${PORTSDIR}/x11/xforms +LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms USE_X11= YES NO_WRKSUBDIR= YES |