diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-09 21:24:54 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-09 21:24:54 +0000 |
commit | fbb6b3e46192d67245aca5888645fac5d730bf47 (patch) | |
tree | 7c11b0a165b2604dba7458ed3fbe0fce439355df /editors/poedit | |
parent | 7c01d797a7805385de29ab8825385e5069fac6af (diff) | |
download | ports-fbb6b3e46192d67245aca5888645fac5d730bf47.tar.gz ports-fbb6b3e46192d67245aca5888645fac5d730bf47.zip |
Notes
Diffstat (limited to 'editors/poedit')
-rw-r--r-- | editors/poedit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index bbd00a69c2e4..ab6e6a08cc98 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -41,4 +41,10 @@ post-patch: 's/for version in .*;/for version in ${BDB_VER};/ ; \ s/-ldb-$$version/-l${BDB_LIB_NAME}/' ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 && ${ARCH} == i386 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |