diff options
author | smace <smace@FreeBSD.org> | 1994-10-22 08:39:41 +0000 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1994-10-22 08:39:41 +0000 |
commit | cd5fae1f7f5479cc323f45108bce59ab047d1240 (patch) | |
tree | 4e0641937a98c01e6920a127dd74c6a5645e3077 | |
parent | fed1a8a024ab3d81593a23c3f8e3d4224a9d917c (diff) | |
download | FreeBSD-ports-cd5fae1f7f5479cc323f45108bce59ab047d1240.zip FreeBSD-ports-cd5fae1f7f5479cc323f45108bce59ab047d1240.tar.gz |
Add dependcy on xview (needs libolgx)
-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 8387591..28798da 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" |