diff options
Diffstat (limited to 'sysutils/cfengine32/Makefile')
-rw-r--r-- | sysutils/cfengine32/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/cfengine32/Makefile b/sysutils/cfengine32/Makefile index 7728ecc808ef..ffbf6f4b204b 100644 --- a/sysutils/cfengine32/Makefile +++ b/sysutils/cfengine32/Makefile @@ -25,6 +25,8 @@ LIB_DEPENDS= libpcre.so:devel/pcre USES= bdb cpe libtool ssl GNU_CONFIGURE= yes +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine3 CONFIGURE_ARGS= --docdir=${DOCSDIR} \ |