diff options
Diffstat (limited to 'security/fprint_demo/Makefile')
-rw-r--r-- | security/fprint_demo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/fprint_demo/Makefile b/security/fprint_demo/Makefile index 867c2efae0af..596498781072 100644 --- a/security/fprint_demo/Makefile +++ b/security/fprint_demo/Makefile @@ -13,15 +13,16 @@ COMMENT= Demo and test application for libfprint LIB_DEPENDS= libfprint.so:security/libfprint -GNU_CONFIGURE= yes USES= autoreconf pkgconfig desktop-file-utils USE_GNOME= atk glib20 gtk20 pango INSTALLS_ICONS= yes -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes -CONFIGURE_ENV+= CRYPTO_CFLAGS=-I${OPENSSLINC} \ +GNU_CONFIGURE= yes +CONFIGURE_ENV= CRYPTO_CFLAGS=-I${OPENSSLINC} \ CRYPTO_LIBS=-lcrypto + CFLAGS+= -DHAVE_MEMMEM .include <bsd.port.mk> |