diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 02:53:32 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 02:53:32 +0000 |
commit | baf30f06f3c5162b593728e51bdcb1b46ca9fe1e (patch) | |
tree | 4faac43c764f069b13a5c19873bcc844a2722477 /x11-fm | |
parent | e014059ce8a5705a8cc5030745c8b8bfb85b700b (diff) | |
download | FreeBSD-ports-baf30f06f3c5162b593728e51bdcb1b46ca9fe1e.zip FreeBSD-ports-baf30f06f3c5162b593728e51bdcb1b46ca9fe1e.tar.gz |
Remove regexp support libEZ library.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/ezfm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/ezfm/Makefile b/x11-fm/ezfm/Makefile index 584af6f..ebe61a0 100644 --- a/x11-fm/ezfm/Makefile +++ b/x11-fm/ezfm/Makefile @@ -3,7 +3,7 @@ # Date created: 27 July 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/08/10 00:28:06 steve Exp $ +# $Id: Makefile,v 1.2 1998/09/15 11:46:08 asami Exp $ # DISTNAME= EZFM-0.1-src @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - EZ\\.1\\.:${PORTSDIR}/graphics/EZWGL + EZ.1:${PORTSDIR}/graphics/EZWGL WRKSRC= ${WRKDIR}/EZFM-0.1 USE_X_PREFIX= yes |