diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
commit | a198154cf277f8795e1ab43acb6bc191f9fcccf9 (patch) | |
tree | 3680bcca1bfc92629c58f00af8f9ee3d15436008 /games/xvmines | |
parent | acff2425c05908639e91e5f4da2d89e94230bb1a (diff) |
Remove regexp support for libxview not that it builds ELF too.
Notes
Notes:
svn path=/head/; revision=13294
Diffstat (limited to 'games/xvmines')
-rw-r--r-- | games/xvmines/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xvmines/Makefile b/games/xvmines/Makefile index 13a95f690835..d4e9a52e1925 100644 --- a/games/xvmines/Makefile +++ b/games/xvmines/Makefile @@ -3,7 +3,7 @@ # Date created: 18 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/08/07 23:56:23 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/25 00:44:22 asami Exp $ # DISTNAME= xvmines-1.0 @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib \ - olgx\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib \ + olgx.3:${PORTSDIR}/x11-toolkits/xview-lib USE_IMAKE= yes MAN6= xvmines.6 |