diff options
Diffstat (limited to 'security/steghide')
-rw-r--r-- | security/steghide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index b4b2ac6a6356..33fc21fa8b0b 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -22,7 +22,7 @@ CONFIGURE_TARGET= CONFIGURE_ARGS= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" + LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt" USE_REINPLACE= yes MAN1= steghide.1 |