diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
commit | 03d5b496f6a644331f4055abccd56c4d5ea86eeb (patch) | |
tree | f78930d005d06507c6edcbe7fd57749db5575869 /games/xshisen | |
parent | No need to use += for variable defined only once. (diff) |
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
Notes
Notes:
svn path=/head/; revision=13144
Diffstat (limited to 'games/xshisen')
-rw-r--r-- | games/xshisen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index 361cdb72e94f..ffaa69a4c3be 100644 --- a/games/xshisen/Makefile +++ b/games/xshisen/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Oct 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.7 1997/11/20 02:10:57 fenner Exp $ +# $Id: Makefile,v 1.8 1998/08/05 09:31:02 asami Exp $ # DISTNAME= xshisen-1.36 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.win.or.jp/pub/doc-sources/fj.sources/1996/feb/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm # runs fine on ssh connection #IS_INTERACTIVE= YES # Has to create an app-defaults file |