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/imaze | |
parent | Remove regexp libXbae library. (diff) |
Remove regexp support for libxview not that it builds ELF too.
Notes
Notes:
svn path=/head/; revision=13294
Diffstat (limited to '')
-rw-r--r-- | games/imaze/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index 20d33ac0e889..d57c7796f372 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -3,7 +3,7 @@ # Date created: 27. April 1996 # Whom: Ronald Kuehn <kuehn@rz.tu-clausthal.de> # -# $Id: Makefile,v 1.9 1998/08/05 09:30:56 asami Exp $ +# $Id: Makefile,v 1.10 1998/08/07 23:56:20 asami Exp $ # DISTNAME= imaze @@ -18,7 +18,7 @@ MAINTAINER= kuehn@rz.tu-clausthal.de .if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) MAKE_ENV+= FORCE_MOTIF=yes .else -LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib .endif EXTRACT_ONLY= imaze1.3.tar.Z |