diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-29 02:41:59 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-29 02:41:59 +0000 |
commit | b99cdb00fb483297048a164ca7f057ade5ef9d11 (patch) | |
tree | a98854c6fad3c6eb653af19790bbb07f355eb5c3 /x11-fm | |
parent | ab2ae35a9091b97128c9f4f243ab045688f9bf66 (diff) | |
download | ports-b99cdb00fb483297048a164ca7f057ade5ef9d11.tar.gz ports-b99cdb00fb483297048a164ca7f057ade5ef9d11.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/pcmanfm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/pcmanfm/Makefile b/x11-fm/pcmanfm/Makefile index 010e964206fc..4e1f70a217db 100644 --- a/x11-fm/pcmanfm/Makefile +++ b/x11-fm/pcmanfm/Makefile @@ -33,4 +33,10 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= Does not compile on FreeBSD 5.x +.endif + +.include <bsd.port.post.mk> |