diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-05-26 20:31:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-05-26 20:31:58 +0000 |
commit | 047242b410208c78bebccfd002d545cb0c7bc1aa (patch) | |
tree | 2c5908313242e8dee16456ae770fe766ecb76fd3 /x11/buttonbox/Makefile | |
parent | de1ccba75678e5ce47f59a40b2d2fcd61b3fe112 (diff) |
Notes
Diffstat (limited to 'x11/buttonbox/Makefile')
-rw-r--r-- | x11/buttonbox/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/buttonbox/Makefile b/x11/buttonbox/Makefile index eabe9a3f95d0..9bfe61846be4 100644 --- a/x11/buttonbox/Makefile +++ b/x11/buttonbox/Makefile @@ -22,12 +22,6 @@ PLIST= ${WRKDIR}/pkg-plist USE_X_PREFIX= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o buttonbox -L${X11BASE}/lib \ -I${X11BASE}/include -lX11 -lXext button.c configuration.c \ @@ -36,6 +30,7 @@ do-build: pre-install: ${ECHO_CMD} bin/buttonbox > ${PLIST} ${ECHO_CMD} lib/X11/app-defaults/ButtonBox.ad >> ${PLIST} + .if !defined(NOPORTDOCS) for i in ${DOCS}; \ do ${ECHO_CMD} ${DOCDIR}/$${i} >> ${PLIST}; \ @@ -53,4 +48,4 @@ do-install: done .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |