diff options
author | trasz <trasz@FreeBSD.org> | 2009-04-22 20:44:50 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-04-22 20:44:50 +0800 |
commit | 11614213d11381ef04012bf2cea6e81d65361a9f (patch) | |
tree | b59fb9a8634c4ce86549a44f5a343e558b526e36 /net | |
parent | 39fe538c92c671768264606bf305efc6ee24013b (diff) | |
download | freebsd-ports-gnome-11614213d11381ef04012bf2cea6e81d65361a9f.tar.gz freebsd-ports-gnome-11614213d11381ef04012bf2cea6e81d65361a9f.tar.zst freebsd-ports-gnome-11614213d11381ef04012bf2cea6e81d65361a9f.zip |
Fix build on -CURRENT.
Diffstat (limited to 'net')
-rw-r--r-- | net/openospfd/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/openospfd/Makefile b/net/openospfd/Makefile index ba6f180d39d8..873a611b5e58 100644 --- a/net/openospfd/Makefile +++ b/net/openospfd/Makefile @@ -48,7 +48,6 @@ post-extract: post-patch: @${REINPLACE_CMD} -e "s|sys/hash.h|hash.h|" ${WRKSRC}/ospfd/lsupdate.c @${REINPLACE_CMD} -e "s|<net/if_media.h>|\"if_media.h\"|" ${WRKSRC}/ospfctl/ospfctl.c - @${REINPLACE_CMD} -e "s|rtm_fmask|rtm_use|" ${WRKSRC}/ospfd/kroute.c @${REINPLACE_CMD} -e "/rc.conf.local/d" ${WRKSRC}/ospfd/ospfd.conf.5 @${REINPLACE_CMD} -e "s|SIMPLEQ|STAILQ|" ${WRKSRC}/ospfd/*.[chy] @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" \ @@ -73,10 +72,4 @@ do-install: post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800059 -BROKEN= does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |