diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-29 16:21:09 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-29 16:21:09 +0000 |
commit | 6b627f8f9758e8ac1f6cb4e860dbe491821693d8 (patch) | |
tree | 505745271461218ddd8e06519c9f526e5578afe2 /x11 | |
parent | 3825dd28e0d5e078acda90ada28dcdc1611ea3f5 (diff) | |
download | ports-6b627f8f9758e8ac1f6cb4e860dbe491821693d8.tar.gz ports-6b627f8f9758e8ac1f6cb4e860dbe491821693d8.zip |
Notes
Diffstat (limited to 'x11')
-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> |