diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-08 22:35:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-08 22:35:06 +0000 |
commit | 010140739797a126998b5025d3d78cc27fae8ae3 (patch) | |
tree | 97ad549c450b18a51c77d14b9d185ea1625f5388 /misc | |
parent | 4286b6d121fcb0af98fd828b7c3bb0c9a380d5c9 (diff) | |
download | ports-010140739797a126998b5025d3d78cc27fae8ae3.tar.gz ports-010140739797a126998b5025d3d78cc27fae8ae3.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bibletime-devel/Makefile | 8 | ||||
-rw-r--r-- | misc/bibletime-kde3/Makefile | 8 | ||||
-rw-r--r-- | misc/bibletime-kde4/Makefile | 8 | ||||
-rw-r--r-- | misc/bibletime/Makefile | 8 |
4 files changed, 4 insertions, 28 deletions
diff --git a/misc/bibletime-devel/Makefile b/misc/bibletime-devel/Makefile index e36c3f7bd8b3..d6e34cfe8f23 100644 --- a/misc/bibletime-devel/Makefile +++ b/misc/bibletime-devel/Makefile @@ -29,14 +29,8 @@ INSTALLS_ICONS= yes DOCSDIR= share/doc/HTML/en/bibletime -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= fails to compile under FreeBSD 4.x -.endif - post-patch: @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/bibletime-kde3/Makefile b/misc/bibletime-kde3/Makefile index e36c3f7bd8b3..d6e34cfe8f23 100644 --- a/misc/bibletime-kde3/Makefile +++ b/misc/bibletime-kde3/Makefile @@ -29,14 +29,8 @@ INSTALLS_ICONS= yes DOCSDIR= share/doc/HTML/en/bibletime -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= fails to compile under FreeBSD 4.x -.endif - post-patch: @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/bibletime-kde4/Makefile b/misc/bibletime-kde4/Makefile index e36c3f7bd8b3..d6e34cfe8f23 100644 --- a/misc/bibletime-kde4/Makefile +++ b/misc/bibletime-kde4/Makefile @@ -29,14 +29,8 @@ INSTALLS_ICONS= yes DOCSDIR= share/doc/HTML/en/bibletime -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= fails to compile under FreeBSD 4.x -.endif - post-patch: @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index e36c3f7bd8b3..d6e34cfe8f23 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -29,14 +29,8 @@ INSTALLS_ICONS= yes DOCSDIR= share/doc/HTML/en/bibletime -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= fails to compile under FreeBSD 4.x -.endif - post-patch: @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |