diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-12 02:33:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-12 02:33:39 +0800 |
commit | aaa5f7cdafb4e8942cdb0583d984a2999b92dbbb (patch) | |
tree | fddc6f175acec97c8e28a14fef7e4f7915fa3478 /mail/pantomime-ssl/Makefile | |
parent | f729a63716c54e7c4792e242158f5a7deb4b9f5d (diff) | |
download | freebsd-ports-gnome-aaa5f7cdafb4e8942cdb0583d984a2999b92dbbb.tar.gz freebsd-ports-gnome-aaa5f7cdafb4e8942cdb0583d984a2999b92dbbb.tar.zst freebsd-ports-gnome-aaa5f7cdafb4e8942cdb0583d984a2999b92dbbb.zip |
- use bsd.openssl.mk
Diffstat (limited to 'mail/pantomime-ssl/Makefile')
-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 |