diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-10-26 14:15:15 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-10-26 14:15:15 +0000 |
commit | b97bb7bd6b731bc41d22358e2821e926eb750af1 (patch) | |
tree | a41d1bd935d63605f9467189ed8d87e766157f36 /security | |
parent | 52ada713ae0e2aaa4124523ce06b4205afc1a486 (diff) | |
download | ports-b97bb7bd6b731bc41d22358e2821e926eb750af1.tar.gz ports-b97bb7bd6b731bc41d22358e2821e926eb750af1.zip |
Notes
Diffstat (limited to 'security')
-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 |