summaryrefslogtreecommitdiff
path: root/misc/gpt
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gpt')
-rw-r--r--misc/gpt/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/gpt/Makefile b/misc/gpt/Makefile
index 6f6b5ae4018b..8f07f69ac03b 100644
--- a/misc/gpt/Makefile
+++ b/misc/gpt/Makefile
@@ -50,12 +50,6 @@ FIX_VAR_FILES= ${WRKSRC}/packaging_tools/perl/GPT/Localize.pm \
${WRKSRC}/packaging_tools/perl/scripts/gpt-config \
${WRKSRC}/tools/testArchiveTar
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not build
-.endif
-
post-patch:
@${REINPLACE_CMD} -e "s|@@PERL@@|${PERL}|g" ${WRKSRC}/build_gpt
@${REINPLACE_CMD} -e 's|$$gpath/var/lib/perl|/var/db/gpt|g' ${FIX_VAR_FILES}
@@ -65,4 +59,4 @@ do-install:
@cd ${WRKSRC}; \
GPT_LOCATION=${PREFIX} ./build_gpt --with-perl=${PERL}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>