diff --git a/security/steghide/Makefile b/security/steghide/Makefile index ec3d41e534d..e77d9a655c0 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/04/28 19:37:59 okan Exp $ +# $OpenBSD: Makefile,v 1.2 2010/09/20 18:22:38 landry Exp $ COMMENT = software able to hide data in various kind of files DISTNAME = steghide-0.5.1 -CATEGORIES = security +REVISION = 0 +CATEGORIES = security HOMEPAGE = http://steghide.sf.net/ MAINTAINER = Giovanni Bechis @@ -16,8 +17,10 @@ PERMIT_DISTFILES_FTP = Yes MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=steghide/} -LIB_DEPENDS = ::security/libmcrypt jpeg.>=62::graphics/jpeg -WANTLIB = c m mhash mcrypt stdc++ z +LIB_DEPENDS = ::security/libmcrypt \ + ::security/mhash \ + ::graphics/jpeg +WANTLIB = c jpeg m mhash mcrypt stdc++ z MODULES = devel/gettext CONFIGURE_STYLE = gnu CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \