diff options
author | smace <smace@FreeBSD.org> | 1994-10-22 16:39:41 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1994-10-22 16:39:41 +0800 |
commit | cd5fae1f7f5479cc323f45108bce59ab047d1240 (patch) | |
tree | 4e0641937a98c01e6920a127dd74c6a5645e3077 /x11-wm/olvwm | |
parent | fed1a8a024ab3d81593a23c3f8e3d4224a9d917c (diff) | |
download | freebsd-ports-gnome-cd5fae1f7f5479cc323f45108bce59ab047d1240.tar.gz freebsd-ports-gnome-cd5fae1f7f5479cc323f45108bce59ab047d1240.tar.zst freebsd-ports-gnome-cd5fae1f7f5479cc323f45108bce59ab047d1240.zip |
Add dependcy on xview (needs libolgx)
Diffstat (limited to 'x11-wm/olvwm')
-rw-r--r-- | x11-wm/olvwm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/olvwm/Makefile b/x11-wm/olvwm/Makefile index 838759199d14..28798da1705c 100644 --- a/x11-wm/olvwm/Makefile +++ b/x11-wm/olvwm/Makefile @@ -13,6 +13,7 @@ EXTRACT_SUFX= .tar.Z DISTFILES= olvwm4.tar.Z olvwm4.Patch01.Z EXTRACT_ONLY= olvwm4.tar.Z NO_WRKSUBDIR= yes +DEPENDS= ${PORTSDIR}/x11/xview pre-configure: @echo "Applying olvwm4 Patch01" |