diff options
Diffstat (limited to 'sysutils/system-tools-backends/Makefile')
-rw-r--r-- | sysutils/system-tools-backends/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile index 52f83dd..c38a212 100644 --- a/sysutils/system-tools-backends/Makefile +++ b/sysutils/system-tools-backends/Makefile @@ -31,14 +31,8 @@ CONFIGURE_ARGS= --with-stb-group=wheel \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} <= 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - post-configure: @${REINPLACE_CMD} -e 's|@GETTEXT_PACKAGE@|system-tools-backends|g' \ ${WRKSRC}/po/Makefile -.include <bsd.port.post.mk> +.include <bsd.port.mk> |