diff options
author | steve <steve@FreeBSD.org> | 1998-09-19 09:33:49 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-19 09:33:49 +0800 |
commit | 8f82dde85e53fc84df9bca963e072025fe261cff (patch) | |
tree | 10a6bb5248f48b195753f65bb9da69d796b32250 /x11-wm/windowmaker | |
parent | 2172c40499d2a7d79438d76d899f562d11a40d10 (diff) | |
download | freebsd-ports-gnome-8f82dde85e53fc84df9bca963e072025fe261cff.tar.gz freebsd-ports-gnome-8f82dde85e53fc84df9bca963e072025fe261cff.tar.zst freebsd-ports-gnome-8f82dde85e53fc84df9bca963e072025fe261cff.zip |
giflib is now converted to ELF so remove regexp support.
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index fe92c69c028e..10f6c40dcd7a 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -3,7 +3,7 @@ # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.29 1998/09/17 00:32:59 asami Exp $ +# $Id: Makefile,v 1.30 1998/09/17 00:50:51 asami Exp $ DISTNAME= WindowMaker-0.19.3 PKGNAME= windowmaker-0.19.3 @@ -16,10 +16,10 @@ MAINTAINER= handy@physics.montana.edu RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - gif\\.3\\.:${PORTSDIR}/graphics/giflib \ + gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.2:${PORTSDIR}/graphics/png \ - tiff34\\.1:${PORTSDIR}/graphics/tiff34 + tiff34.1:${PORTSDIR}/graphics/tiff34 USE_X_PREFIX= yes GNU_CONFIGURE= yes |