diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-03-18 07:36:14 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-03-18 07:36:14 +0000 |
commit | fef18a43da9d3d8111e420dd2a37cfc7dd697709 (patch) | |
tree | d81edebcf7f881a8b5c825a3c2a4dab278e1eb86 /devel/p5-Dialog | |
parent | f19e7559c6e4355a58062acefeef4dbccfc3f20c (diff) |
Notes
Diffstat (limited to 'devel/p5-Dialog')
-rw-r--r-- | devel/p5-Dialog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Dialog/Makefile b/devel/p5-Dialog/Makefile index a975f7bb2c6c..965f2b00805f 100644 --- a/devel/p5-Dialog/Makefile +++ b/devel/p5-Dialog/Makefile @@ -20,7 +20,7 @@ MAN3= Dialog.3 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64" +.if ${OSVERSION} >= 900000 BROKEN= Does not build .endif |