diff options
author | pav <pav@FreeBSD.org> | 2008-06-04 20:13:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-04 20:13:24 +0800 |
commit | 2c373606d5e0f02c2467d5771f64df0798ad410c (patch) | |
tree | 3f7ed60bd8be52fae74517e69f837d8452615bd2 /editors/poedit | |
parent | 1d691d0999b71a36bf7654f841ceebe34fc50761 (diff) | |
download | freebsd-ports-gnome-2c373606d5e0f02c2467d5771f64df0798ad410c.tar.gz freebsd-ports-gnome-2c373606d5e0f02c2467d5771f64df0798ad410c.tar.zst freebsd-ports-gnome-2c373606d5e0f02c2467d5771f64df0798ad410c.zip |
- Give this a chance on i386/8.x
PR: ports/123951
Submitted by: Romain Tartiere <romain@blogreen.org>
Diffstat (limited to 'editors/poedit')
-rw-r--r-- | editors/poedit/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 87e858d4f3a0..3f495d345dfc 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -38,10 +38,6 @@ LDFLAGS= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 && ${ARCH} == i386 -BROKEN= Does not compile -.endif - post-patch: @${REINPLACE_CMD} -e \ 's/for version in .*;/for version in ${BDB_VER};/ ; \ |