diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-05 20:31:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-05 20:31:12 +0000 |
commit | 9100bd8563789242b44d08b3d293924d28394e7b (patch) | |
tree | 24c8ff404ba8ec02513def7832f0ff3260e5b91b /mail/wmmaiload/Makefile | |
parent | 362e3269744d2ffbd01e838c51a348ddccaad3d9 (diff) | |
download | ports-9100bd8563789242b44d08b3d293924d28394e7b.tar.gz ports-9100bd8563789242b44d08b3d293924d28394e7b.zip |
Notes
Diffstat (limited to 'mail/wmmaiload/Makefile')
-rw-r--r-- | mail/wmmaiload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/wmmaiload/Makefile b/mail/wmmaiload/Makefile index 358dcf288dee..815011398b93 100644 --- a/mail/wmmaiload/Makefile +++ b/mail/wmmaiload/Makefile @@ -22,7 +22,7 @@ MAKE_ENV= DEBUG_CFLAGS="-I${OPENSSLINC}" \ CFLAGS+= -D_GNU_SOURCE CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lcrypto PLIST_FILES= bin/wmmaiload bin/wmmaiload-config \ man/man1/wmmaiload.1.gz man/man1/wmmaiload-config.1.gz |