diff options
author | oliver <oliver@FreeBSD.org> | 2004-02-19 20:37:20 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-02-19 20:37:20 +0000 |
commit | cff29a8fba27085e20520b0940513bd1aba2ec7c (patch) | |
tree | fad91ff3d54397f1f125a5c5d7bd80b0bd0e392b /mail/sqwebmail | |
parent | 4f2cfa826c548c04cf8e0dc0ba18f9a817cb2244 (diff) | |
download | FreeBSD-ports-cff29a8fba27085e20520b0940513bd1aba2ec7c.zip FreeBSD-ports-cff29a8fba27085e20520b0940513bd1aba2ec7c.tar.gz |
revert last change and set CONFIGURE_TARGET
Noted By: kris, Jeremy L.Stock <jstock@visi.com>
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 7b20afe..e571b9a 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 |