diff options
author | grant <grant@pkgsrc.org> | 2007-03-02 12:05:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2007-03-02 12:05:32 +0000 |
commit | f121be3d64c3eb515d6f173c3e8b4abcd2c191b2 (patch) | |
tree | 93270623a735e02a9190eedb12f5d8ab033efaf2 /mail/perdition/Makefile | |
parent | f5d0e6a3c8dc1efc9b4025d78b858bf63dde1cf1 (diff) | |
download | pkgsrc-f121be3d64c3eb515d6f173c3e8b4abcd2c191b2.tar.gz |
if SSL is enabled we need to tell configure where to find it, or it
is silently built without SSL.
bump PKGREVISION since SSL is enabled by default.
Diffstat (limited to 'mail/perdition/Makefile')
-rw-r--r-- | mail/perdition/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index b556b729641..e0c62ac5e64 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2006/03/14 20:43:23 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2007/03/02 12:05:32 grant Exp $ # -PKGREVISION= 5 +PKGREVISION= 6 PERDITION_COMMENT= main program |