diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/alpine/Makefile | 4 | ||||
-rw-r--r-- | mail/alpine/pkg-descr | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 57f4f26df69d..4208694421d9 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -16,8 +16,6 @@ DIST_SUBDIR= alpine-${PORTVERSION} MAINTAINER= dougb@FreeBSD.org COMMENT?= Mail and news client descended from Pine -LICENSE= AL2 - OPTIONS+= THREADS "Compile with thread support" on \ MOUSE "Enable mouse support for xterm" on \ NLS "National Language Support" off \ @@ -48,7 +46,7 @@ CONFIGURE_ARGS+=--with-system-pinerc=${PREFIX}/etc/alpine.conf \ .endif CONFIGURE_ARGS+=--with-debug-level=2 -CONFIGURE_ENV+= CC=${CC} CXX=${CXX} +MAKE_ARGS+= CC="${CC}" CXX="${CXX}" GCCCFLAGS="${CFLAGS}" USE_OPENSSL= yes diff --git a/mail/alpine/pkg-descr b/mail/alpine/pkg-descr index 82486f330c77..f3028944b18e 100644 --- a/mail/alpine/pkg-descr +++ b/mail/alpine/pkg-descr @@ -18,6 +18,4 @@ Alpine's basic feature set includes: Alpine supports MIME (Multipurpose Internet Mail Extensions), an Internet Standard for representing multipart and multimedia data in email. -LICENSE: ASL - WWW: http://www.washington.edu/alpine/ |