diff options
author | steve <steve@FreeBSD.org> | 1998-09-22 06:15:59 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-22 06:15:59 +0800 |
commit | 919ea254683fc089c77947c617de5f4c5a6ba835 (patch) | |
tree | 6079bcf84323bcd822b46038c4b06aa47d3e6ac2 /games/imaze/Makefile | |
parent | fe0e01ed5fa1231f045bf707fdf67eabe1fca01d (diff) | |
download | freebsd-ports-gnome-919ea254683fc089c77947c617de5f4c5a6ba835.tar.gz freebsd-ports-gnome-919ea254683fc089c77947c617de5f4c5a6ba835.tar.zst freebsd-ports-gnome-919ea254683fc089c77947c617de5f4c5a6ba835.zip |
Remove regexp support for libxview not that it builds ELF too.
Diffstat (limited to 'games/imaze/Makefile')
-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 |