diff options
author | markp <markp@FreeBSD.org> | 2003-10-26 22:15:15 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2003-10-26 22:15:15 +0800 |
commit | 2628ded7ac62d4165978a4598caca0a74226bc5b (patch) | |
tree | d95ccaf592af9c533f72c31a48ae271f3f470a1e /security/stegdetect | |
parent | 7792ac7df8df47f3fc9ff512ee24db4fa6ea3ec5 (diff) | |
download | freebsd-ports-gnome-2628ded7ac62d4165978a4598caca0a74226bc5b.tar.gz freebsd-ports-gnome-2628ded7ac62d4165978a4598caca0a74226bc5b.tar.zst freebsd-ports-gnome-2628ded7ac62d4165978a4598caca0a74226bc5b.zip |
Fixed broken build under FreeBSD 5.x.
Reported by: kris
Diffstat (limited to 'security/stegdetect')
-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 5c1ccb78ff1f..c5a782b0f953 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 |