summaryrefslogtreecommitdiff
path: root/security/openssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r--security/openssh/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index b3084bb6f31e..1b6179bc83b3 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -12,10 +12,8 @@ MASTER_SITES= http://www.FreeBSD.org/~green/
MAINTAINER= green@FreeBSD.org
-BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl
LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl
-CFLAGS+= -I${PREFIX}/include
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...
MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
@@ -26,6 +24,6 @@ MAKE_ENV+= CRYPTOLIBS="-L${PREFIX}/lib -lcrypto"
WRKSRC= ${WRKDIR}/ssh
pre-install:
- @cd ${WRKSRC} && make DESTDIR=${PREFIX} distribution
+ @cd ${WRKSRC} && ${MAKE} DESTDIR=${PREFIX} distribution
.include <bsd.port.mk>