diff options
author | oliver <oliver@FreeBSD.org> | 2004-02-18 04:22:19 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-02-18 04:22:19 +0800 |
commit | 9805eee3f8fe25b2d168fe7cc5e27e85033ed6e2 (patch) | |
tree | 16ec2d44f39a9530da8bbab2368c08e672770668 /mail | |
parent | b12e68d776f1efacade6c1680bf6c800d7e4272f (diff) | |
download | freebsd-ports-gnome-9805eee3f8fe25b2d168fe7cc5e27e85033ed6e2.tar.gz freebsd-ports-gnome-9805eee3f8fe25b2d168fe7cc5e27e85033ed6e2.tar.zst freebsd-ports-gnome-9805eee3f8fe25b2d168fe7cc5e27e85033ed6e2.zip |
fix build on amd64 (s/HAS_CONFIGURE/GNU_CONFIGURE/)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sqwebmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index ec79c7a0b388..7b20afefe728 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= sqwebmail PORTVERSION= 3.6.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -62,7 +62,7 @@ VCHKPWLOC?= ${LOCALBASE}/vpopmail # End of user variables USE_PERL5= YES -HAS_CONFIGURE= YES +GNU_CONFIGURE= YES USE_BZIP2= YES USE_REINPLACE= YES |