diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-20 23:12:29 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-20 23:12:29 +0800 |
commit | 2adff1161014b9fe137a727c7e7ea3b367d6c12c (patch) | |
tree | 31bc5c26acbfe3f8f199aeb48b91ee332e7a2ed7 /security/newpki-client | |
parent | 52546f8032fa509b562905491ab39a7e63475ef1 (diff) | |
download | freebsd-ports-gnome-2adff1161014b9fe137a727c7e7ea3b367d6c12c.tar.gz freebsd-ports-gnome-2adff1161014b9fe137a727c7e7ea3b367d6c12c.tar.zst freebsd-ports-gnome-2adff1161014b9fe137a727c7e7ea3b367d6c12c.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter r-s
Diffstat (limited to 'security/newpki-client')
-rw-r--r-- | security/newpki-client/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/newpki-client/Makefile b/security/newpki-client/Makefile index 4bb838e9b459..a93c3b9a235b 100644 --- a/security/newpki-client/Makefile +++ b/security/newpki-client/Makefile @@ -42,13 +42,7 @@ PLIST_FILES+= share/locale/fr/LC_MESSAGES/newpki-client.mo CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "does not compile (C++ libraries compiled with conflicting gcc versions)" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |