aboutsummaryrefslogtreecommitdiff
path: root/mail/fdm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-19 12:27:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-19 12:27:58 +0000
commit660380cfd662b8673d0beccd8d610c10d7eb01eb (patch)
treec424af1704d8e0d6cc080c1249796a94efe54448 /mail/fdm
parent1317c81e0e712777b13c5fd89da47554bcc2817a (diff)
downloadports-660380cfd662b8673d0beccd8d610c10d7eb01eb.tar.gz
ports-660380cfd662b8673d0beccd8d610c10d7eb01eb.zip
Respect USE_OPENSSL
Notes
Notes: svn path=/head/; revision=392501
Diffstat (limited to 'mail/fdm')
-rw-r--r--mail/fdm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile
index a41faa077cdd..df389f844c6c 100644
--- a/mail/fdm/Makefile
+++ b/mail/fdm/Makefile
@@ -18,11 +18,12 @@ PLIST_FILES= bin/fdm man/man1/fdm.1.gz man/man5/fdm.conf.5.gz
PORTDOCS= CHANGES README MANUAL
PORTEXAMPLES= n-marriott.conf f-terbeck.conf t-ulmer.conf w-maier.conf g-lando.conf
MAKE_ARGS= -DPCRE -DDB INSTALLBIN="${INSTALL_PROGRAM}"
+USE_OPENSSL= yes
HAS_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/*.[ch15]
- @${REINPLACE_CMD} -e 's|/usr/local/include/openssl|/usr/include/openssl|;\
+ @${REINPLACE_CMD} -e 's|/usr/local/include/openssl|${OPENSSLINC}|;\
s|-I-||g; s|-g bin -o root||g; s|^FDEBUG|#&|;\
s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${MAKEFILE}