diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 16:19:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 16:19:14 +0000 |
commit | 8e535babbfb75303a38a34aa50e92d096de9fdca (patch) | |
tree | 17e6fe29f83ac02f09344eef0ab2e7b97ea7bf7c /misc/bb | |
parent | f47bda1865c1b5f9e4565f3f534681704f587ba4 (diff) | |
download | ports-8e535babbfb75303a38a34aa50e92d096de9fdca.tar.gz ports-8e535babbfb75303a38a34aa50e92d096de9fdca.zip |
aalib now supports ELF.
Notes
Notes:
svn path=/head/; revision=13315
Diffstat (limited to 'misc/bb')
-rw-r--r-- | misc/bb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bb/Makefile b/misc/bb/Makefile index feb885fcadbe..185f0a1dd2c0 100644 --- a/misc/bb/Makefile +++ b/misc/bb/Makefile @@ -3,7 +3,7 @@ # Date created: 22 June 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/12 23:43:22 steve Exp $ # DISTNAME= bb-1.2 @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= games MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= aa\\.1\\.:${PORTSDIR}/graphics/aalib +LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib MAKEFILE= makefile GNU_CONFIGURE= yes |