diff options
author | smace <smace@FreeBSD.org> | 1998-10-20 04:06:17 +0000 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1998-10-20 04:06:17 +0000 |
commit | 83894ddcf626d301ce625c6c4dfd0816b5c3d579 (patch) | |
tree | 33f44eef7380f9cbc884c048481ce4da69985abf /x11-wm | |
parent | bc5b239141ea32cec58ea977fbe3492a8039f662 (diff) | |
download | FreeBSD-ports-83894ddcf626d301ce625c6c4dfd0816b5c3d579.zip FreeBSD-ports-83894ddcf626d301ce625c6c4dfd0816b5c3d579.tar.gz |
Cleanup of olvwm.
Add dependency of Xpm
Diffstat (limited to 'x11-wm')
-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 22a9bdc..da65ea8 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 |