diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-19 20:37:20 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-19 20:37:20 +0000 |
commit | b557f1c18b4beeb7fb367335ffff829adc2e402f (patch) | |
tree | e4bc1e4dca88ef0357e8a1bf3b7bbc27ef97133a /mail/sqwebmail | |
parent | 74d663e554af756c98fe6c3c8402a8c080c12203 (diff) | |
download | ports-b557f1c18b4beeb7fb367335ffff829adc2e402f.tar.gz ports-b557f1c18b4beeb7fb367335ffff829adc2e402f.zip |
Notes
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 7b20afefe728..e571b9a17559 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= sqwebmail PORTVERSION= 3.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -61,8 +61,9 @@ VCHKPWLOC?= ${LOCALBASE}/vpopmail # End of user variables +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-unknown-freebsd${OSREL} USE_PERL5= YES -GNU_CONFIGURE= YES +HAS_CONFIGURE= YES USE_BZIP2= YES USE_REINPLACE= YES |