diff options
Diffstat (limited to 'x11/fbdesk/Makefile')
-rw-r--r-- | x11/fbdesk/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index c07bac39910a..7e6ac5faa0f2 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -28,13 +28,9 @@ GNU_CONFIGURE= yes PORTDOCS= COPYING ChangeLog INSTALL README -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 post-patch: ${REINPLACE_CMD} -e "s/inttypes\.h/stdint\.h/" \ ${WRKSRC}/src/FbTk/Timer.hh -.endif post-install: .ifndef (NOPORTDOCS) @@ -44,4 +40,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |