diff options
Diffstat (limited to 'sysutils/gapcmon/Makefile')
-rw-r--r-- | sysutils/gapcmon/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/gapcmon/Makefile b/sysutils/gapcmon/Makefile index 3aa47efcf122..6cce6bb2d9e7 100644 --- a/sysutils/gapcmon/Makefile +++ b/sysutils/gapcmon/Makefile @@ -22,12 +22,6 @@ GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog INSTALL README -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 601103 -IGNORE= needs gethostbyname_r(3) -.endif - post-extract: @${REINPLACE_CMD} 's|install-gapcmondocDATA \\|\\|' \ ${WRKSRC}/Makefile.in @@ -39,4 +33,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |