diff options
Diffstat (limited to 'net/libnet/Makefile')
-rw-r--r-- | net/libnet/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/libnet/Makefile b/net/libnet/Makefile index d100afc9ffb0..7812159dbd04 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -46,10 +46,6 @@ post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/sample/*.c ${STAGEDIR}${EXAMPLESDIR}/ -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100030 EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-configure -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |