diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-09 06:35:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-09 06:35:06 +0800 |
commit | bf58e7a612d4579e485668082672252ee2da8477 (patch) | |
tree | 7ca607e996baec13176728cfc06de35d62e50937 /misc/bibletime-kde4 | |
parent | 54dddbb22b09e8faf733d990a57a8df21c0378b0 (diff) | |
download | freebsd-ports-gnome-bf58e7a612d4579e485668082672252ee2da8477.tar.gz freebsd-ports-gnome-bf58e7a612d4579e485668082672252ee2da8477.tar.zst freebsd-ports-gnome-bf58e7a612d4579e485668082672252ee2da8477.zip |
- Remove IGNORE on FreeBSD 4.x, it's no longer need.
PR: 108944
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Diffstat (limited to 'misc/bibletime-kde4')
-rw-r--r-- | misc/bibletime-kde4/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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> |