diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:11:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 01:11:32 +0000 |
commit | b123cd1c12f679cc7680efd9087f16c91af02e62 (patch) | |
tree | e5cff0dda52688c42f49fa5e72662d445b20f566 /graphics/kipi-plugins | |
parent | 01ee12e17881a8c968b88379f1457e0fe574c826 (diff) | |
download | ports-b123cd1c12f679cc7680efd9087f16c91af02e62.tar.gz ports-b123cd1c12f679cc7680efd9087f16c91af02e62.zip |
Notes
Diffstat (limited to 'graphics/kipi-plugins')
-rw-r--r-- | graphics/kipi-plugins/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile index a6b4d8856ec8..aa99a0199f97 100644 --- a/graphics/kipi-plugins/Makefile +++ b/graphics/kipi-plugins/Makefile @@ -45,6 +45,10 @@ CONFIGURE_ARGS+=--program-prefix='' .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + .if !defined(WITHOUT_ACQUIREIMAGES) PLIST_SUB+= ACQUIREIMAGES:="" SUBDIRS+= acquireimages |