diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 09:36:08 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 09:36:08 +0000 |
commit | 7df98ce3edd4c3fa2bb1f84f91ecb33185e3605b (patch) | |
tree | de58b877b813efd9bd5b2c63250591486370dc56 /security/fprint_demo | |
parent | b53088b432912f493a480888a291b91618cd5e52 (diff) |
security/*: Use NO_WRKSUBDIR
Notes
Notes:
svn path=/head/; revision=491925
Diffstat (limited to 'security/fprint_demo')
-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> |