diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 23:24:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-18 23:24:06 +0000 |
commit | f05d922eb3bf8a08afcf2d2e1a4fa7f9d0b62102 (patch) | |
tree | 364bfe582dbac3b642a6e2de76fea3c56d5656c7 /x11-wm/pawm | |
parent | 17ba9842ad06ad9b522fe2f6e274f6844718081f (diff) | |
download | ports-f05d922eb3bf8a08afcf2d2e1a4fa7f9d0b62102.tar.gz ports-f05d922eb3bf8a08afcf2d2e1a4fa7f9d0b62102.zip |
Notes
Diffstat (limited to 'x11-wm/pawm')
-rw-r--r-- | x11-wm/pawm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/pawm/Makefile b/x11-wm/pawm/Makefile index b6975f7e8bb8..dfaadc1a8c81 100644 --- a/x11-wm/pawm/Makefile +++ b/x11-wm/pawm/Makefile @@ -21,6 +21,12 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x" +.endif + do-configure: cd ${WRKSRC} && \ bash ./0 --prefix=${PREFIX} --datadir=${PREFIX}/share/pawm @@ -54,4 +60,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |