diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-01 04:58:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-01 04:58:41 +0000 |
commit | 97accc70e24e26fd9da090709ddeb4599071c541 (patch) | |
tree | c51974c20cb5f58dc462c6b7596241740fd5e38e /mail/akpop3d | |
parent | 46b14da6d109d82135a4830be8cd17ef81dc38f0 (diff) | |
download | ports-97accc70e24e26fd9da090709ddeb4599071c541.tar.gz ports-97accc70e24e26fd9da090709ddeb4599071c541.zip |
Notes
Diffstat (limited to 'mail/akpop3d')
-rw-r--r-- | mail/akpop3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/akpop3d/Makefile b/mail/akpop3d/Makefile index c199189942ea..5ae90d72a322 100644 --- a/mail/akpop3d/Makefile +++ b/mail/akpop3d/Makefile @@ -23,8 +23,8 @@ GNU_CONFIGURE= yes .if defined(WITH_SSL) USE_OPENSSL= YES CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} -CONFIGURE_ENV= CPPFLAGS="-I${OPENSSLBASE}/include" \ - LDFLAGS="-L${OPENSSLBASE}/lib -lssl -lcrypto" +CONFIGURE_ENV= CPPFLAGS="-I${OPENSSLBASE}/include" +LDFLAGS+= -L${OPENSSLBASE}/lib -lssl -lcrypto .endif do-install: |