diff options
author | Scott Mace <smace@FreeBSD.org> | 1998-10-20 04:06:17 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 1998-10-20 04:06:17 +0000 |
commit | 0f763dd91a8dbf7ade084e5f225119b08b79ff61 (patch) | |
tree | 7231c9e7253fad0b70a86dbbddf670e568bf904b /x11-wm/olvwm | |
parent | 38227fdde0019d94e55e6a7ca9d99ef69cbc6fc4 (diff) | |
download | ports-0f763dd91a8dbf7ade084e5f225119b08b79ff61.tar.gz ports-0f763dd91a8dbf7ade084e5f225119b08b79ff61.zip |
Notes
Diffstat (limited to 'x11-wm/olvwm')
-rw-r--r-- | x11-wm/olvwm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/olvwm/Makefile b/x11-wm/olvwm/Makefile index 22a9bdcad1eb..da65ea855be0 100644 --- a/x11-wm/olvwm/Makefile +++ b/x11-wm/olvwm/Makefile @@ -3,7 +3,7 @@ # Date created: 21 October 1994 # Whom: smace # -# $Id: Makefile,v 1.14 1998/09/21 22:15:59 steve Exp $ +# $Id: Makefile,v 1.15 1998/10/04 04:03:16 steve Exp $ # DISTNAME= olvwm4 @@ -21,7 +21,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= brianfeldman@hotmail.com -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib \ + Xpm.4:${PORTSDIR}/graphics/xpm NO_WRKSUBDIR= yes USE_IMAKE= yes |