diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-25 00:53:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-25 00:53:17 +0000 |
commit | 9e08ca0a63c770d09d78497f5ac05032440e588e (patch) | |
tree | 901dd9fc8c21648ccb207ad4a847890b86d576cb /mail/sympa | |
parent | 53a8c59efe1fd70369c42739d76f4c096cd4b3c0 (diff) | |
download | ports-9e08ca0a63c770d09d78497f5ac05032440e588e.tar.gz ports-9e08ca0a63c770d09d78497f5ac05032440e588e.zip |
Notes
Diffstat (limited to 'mail/sympa')
-rw-r--r-- | mail/sympa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index ba93f6811881..fea6ba3e943e 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -43,7 +43,7 @@ PORTSCOUT= limit:^[0-9]+(\.[0-9]+)*$$ USERS= sympa GROUPS= sympa # Shebang is corrected by configure script -USES= perl5 +USES= cpe perl5 GNU_CONFIGURE= yes ICONSDIR?= www/icons CONFIGURE_ARGS+=--bindir=${PREFIX}/libexec/${PORTNAME} \ |