diff options
author | chris <chris@pkgsrc.org> | 2002-12-30 18:45:57 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-12-30 18:45:57 +0000 |
commit | b7c5892fa6506388642560e24068d85c36cbfed2 (patch) | |
tree | ae7ba9ffbae59f8e058193213cd08c7e1f332c0b /mail/sylpheed-claws | |
parent | f86654d16da7fbd369199fe8f51459e170e5aab1 (diff) | |
download | pkgsrc-b7c5892fa6506388642560e24068d85c36cbfed2.tar.gz |
Re-enable openssl for sylpheed-claws, bump pkgrevision to 1.
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 1777218367f..a50cedeaa96 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2002/12/29 23:45:30 chris Exp $ +# $NetBSD: Makefile,v 1.12 2002/12/30 18:45:57 chris Exp $ DISTNAME= sylpheed-0.8.8claws PKGNAME= sylpheed-claws-0.8.8 +PKGREVISION= 1 CATEGORIES= mail news x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/} EXTRACT_SUFX= .tar.bz2 @@ -23,7 +24,7 @@ GNU_CONFIGURE= yes # Force gnome detection off to avoid installing some extra files CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" CONFIGURE_ARGS+= --enable-nls -CONFIGURE_ARGS+= --enable-ssl +CONFIGURE_ARGS+= --enable-openssl CONFIGURE_ARGS+= --enable-gpgme CONFIGURE_ARGS+= --enable-compface |