diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 11:11:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 11:11:57 +0800 |
commit | f40ed67e216eca4715c54f0b6489464b8bda2b97 (patch) | |
tree | 4b1073e1c1514a257eb084cc15eae18363bfb77f /security/stegdetect | |
parent | 54d81b9db96a7c7be0a0d8b09ff6cc1dd0650cff (diff) | |
download | freebsd-ports-gnome-f40ed67e216eca4715c54f0b6489464b8bda2b97.tar.gz freebsd-ports-gnome-f40ed67e216eca4715c54f0b6489464b8bda2b97.tar.zst freebsd-ports-gnome-f40ed67e216eca4715c54f0b6489464b8bda2b97.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'security/stegdetect')
-rw-r--r-- | security/stegdetect/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 5f4658cae025..c0bd5055159c 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -35,6 +35,10 @@ PLIST_SUB+= X11="" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: ${REINPLACE_CMD} 's/$$(JPEGLIB)/$$(JPEGLIB) -lcrypto/' \ ${WRKSRC}/Makefile.in |