diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-11 18:33:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-11 18:33:39 +0000 |
commit | bff461b7c9def741861a0f9e170fb850c8efc842 (patch) | |
tree | 095c64f720cf2198f3a62df5f984028f21636492 /mail/pantomime-ssl | |
parent | ca0b5f5d3e33745bf433d4e2f84a4c815e461aa6 (diff) | |
download | ports-bff461b7c9def741861a0f9e170fb850c8efc842.tar.gz ports-bff461b7c9def741861a0f9e170fb850c8efc842.zip |
Notes
Diffstat (limited to 'mail/pantomime-ssl')
-rw-r--r-- | mail/pantomime-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pantomime-ssl/Makefile b/mail/pantomime-ssl/Makefile index a2fd740883fe..cc9a4a74321d 100644 --- a/mail/pantomime-ssl/Makefile +++ b/mail/pantomime-ssl/Makefile @@ -31,7 +31,7 @@ USE_GCC= 3.2 .include <bsd.port.pre.mk> -.include "${PORTSDIR}/security/openssl/Makefile.ssl" +.include "${PORTSDIR}/security/openssl/bsd.openssl.mk" .if ${MACHINE_ARCH} == "i386" GNU_ARCH= ix86 |