diff options
author | John Hay <jhay@FreeBSD.org> | 2009-03-30 18:54:57 +0000 |
---|---|---|
committer | John Hay <jhay@FreeBSD.org> | 2009-03-30 18:54:57 +0000 |
commit | baa8d55d44f0a416f000ff09a7d60c0832345a32 (patch) | |
tree | 5c5e884fe56d791e50b75c995fa6437babb78782 /net/olsrd/Makefile | |
parent | f9011b2e23f9278f2f070f24b4a86e2f352fb5a3 (diff) | |
download | ports-baa8d55d44f0a416f000ff09a7d60c0832345a32.tar.gz ports-baa8d55d44f0a416f000ff09a7d60c0832345a32.zip |
Notes
Diffstat (limited to 'net/olsrd/Makefile')
-rw-r--r-- | net/olsrd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/olsrd/Makefile b/net/olsrd/Makefile index 06a7ee618e4d..e61e690a40c2 100644 --- a/net/olsrd/Makefile +++ b/net/olsrd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= olsrd -DISTVERSION= 0.5.6-r2 +DISTVERSION= 0.5.6-r4 CATEGORIES= net MASTER_SITES= http://www.olsr.org/releases/0.5/ \ http://ftp2.za.freebsd.org/pub/mesh/pc/protocols/olsr/ @@ -41,10 +41,6 @@ MAKE_ARGS+= PREFIX=${PREFIX} .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800059 -BROKEN= does not build -.endif - .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif |