diff options
author | markp <markp@FreeBSD.org> | 2003-10-26 14:15:15 +0000 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2003-10-26 14:15:15 +0000 |
commit | 2628ded7ac62d4165978a4598caca0a74226bc5b (patch) | |
tree | d95ccaf592af9c533f72c31a48ae271f3f470a1e | |
parent | 7792ac7df8df47f3fc9ff512ee24db4fa6ea3ec5 (diff) | |
download | FreeBSD-ports-2628ded7ac62d4165978a4598caca0a74226bc5b.zip FreeBSD-ports-2628ded7ac62d4165978a4598caca0a74226bc5b.tar.gz |
Fixed broken build under FreeBSD 5.x.
Reported by: kris
-rw-r--r-- | security/stegdetect/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 5c1ccb7..c5a782b 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -34,10 +34,6 @@ PLIST_SUB+= X11="" .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - post-patch: ${REINPLACE_CMD} 's/$$(JPEGLIB)/$$(JPEGLIB) -lcrypto/' \ ${WRKSRC}/Makefile.in |