diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-01-20 10:03:47 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-01-20 10:03:47 +0000 |
commit | 15a1d4ddc63926a53bf22f37e87d0ea025f49487 (patch) | |
tree | 1ec2bfe305d04f6504d3541d85b978dea3dd1554 /mail/alpine | |
parent | ca035c36e6ab7409b180ba7066ba36a42f907780 (diff) | |
download | ports-15a1d4ddc63926a53bf22f37e87d0ea025f49487.tar.gz ports-15a1d4ddc63926a53bf22f37e87d0ea025f49487.zip |
Notes
Diffstat (limited to 'mail/alpine')
-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/ |