diff options
Diffstat (limited to 'deskutils/tpb/Makefile')
-rw-r--r-- | deskutils/tpb/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/deskutils/tpb/Makefile b/deskutils/tpb/Makefile index bb2989b04621..60a9430d8e68 100644 --- a/deskutils/tpb/Makefile +++ b/deskutils/tpb/Makefile @@ -48,10 +48,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/doc/callback_example.sh ${DOCSDIR} .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600030 -IGNORE=is not supported on FreeBSD < 6.0 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |