diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-03-13 19:39:11 +0000 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-03-13 19:39:11 +0000 |
commit | e961b771f0c8ffb2b1748fd5d0f1fc204fafb104 (patch) | |
tree | 2d4088ea927684d83a14cc24f55f6998b5e5af2c /x11-wm/cl-stumpwm | |
parent | ee3881398d923083502bd6ba6b876d4dde4ea0c7 (diff) | |
download | FreeBSD-ports-e961b771f0c8ffb2b1748fd5d0f1fc204fafb104.zip FreeBSD-ports-e961b771f0c8ffb2b1748fd5d0f1fc204fafb104.tar.gz |
- Fix conditionals to set IGNORE in appropiate cases (requires manual options
selection and installation of another port).
Reported by: pav
Diffstat (limited to 'x11-wm/cl-stumpwm')
-rw-r--r-- | x11-wm/cl-stumpwm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/cl-stumpwm/Makefile b/x11-wm/cl-stumpwm/Makefile index 518b8d9..a8ecbe4 100644 --- a/x11-wm/cl-stumpwm/Makefile +++ b/x11-wm/cl-stumpwm/Makefile @@ -24,10 +24,9 @@ INFO= stumpwm .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/bin/clisp) || !defined(PACKAGE_BUILDING) -. if !exists(${LOCALBASE}/lib/clisp/full/clx.o) +.if !exists(${LOCALBASE}/bin/clisp) || \ + !exists(${LOCALBASE}/lib/clisp/full/clx.o) IGNORE= requires lang/clisp built with CLX_NEW option ON -. endif .endif do-install: |