summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
commitd894e365fe83a695850869cd43b9ff91d9c2323a (patch)
tree7a18870cedbd144cff76a826ef41b266e5dc5835 /security
parentReset inactive maintainer. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91368
Diffstat (limited to 'security')
-rw-r--r--security/stegdetect/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
index 3520e5f684a4..5c1ccb78ff1f 100644
--- a/security/stegdetect/Makefile
+++ b/security/stegdetect/Makefile
@@ -32,6 +32,12 @@ CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}"
PLIST_SUB+= X11=""
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
${REINPLACE_CMD} 's/$$(JPEGLIB)/$$(JPEGLIB) -lcrypto/' \
${WRKSRC}/Makefile.in
@@ -39,4 +45,4 @@ post-patch:
${REINPLACE_CMD} 's/gtk-config//g' ${WRKSRC}/configure
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>