diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-11-11 03:23:06 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-11-11 03:23:06 +0800 |
commit | 996646ca3a081d84f7d399275b6f255507e912d8 (patch) | |
tree | 7abd9a43c4e650b5841595c4e85bfea4a3f77d7c /mail/squirrelmail-compatibility-plugin/Makefile | |
parent | 679b94ae2a2258c91d54037fc52d3de93b2ce02b (diff) | |
download | freebsd-ports-gnome-996646ca3a081d84f7d399275b6f255507e912d8.tar.gz freebsd-ports-gnome-996646ca3a081d84f7d399275b6f255507e912d8.tar.zst freebsd-ports-gnome-996646ca3a081d84f7d399275b6f255507e912d8.zip |
- Use USE_PERL5_RUN instead of USE_PERL5_BUILD
- Move perl dependency before <bsd.port.pre.mk>
- Adopt mail/squirrelmail-login_notes-plugin while I am here
- There is no bump as the same functionality is maintained
Requested by: linimon
Approved by: portmgr (linimon)
Diffstat (limited to 'mail/squirrelmail-compatibility-plugin/Makefile')
-rw-r--r-- | mail/squirrelmail-compatibility-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/squirrelmail-compatibility-plugin/Makefile b/mail/squirrelmail-compatibility-plugin/Makefile index f356d17b34e6..eca7c60cde5c 100644 --- a/mail/squirrelmail-compatibility-plugin/Makefile +++ b/mail/squirrelmail-compatibility-plugin/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= squirrelmail MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Required by many plugins for compatibility with SquirrelMail +USE_PERL5_RUN= yes + CONFLICTS= squirrelmail-compatibility-plugin-1.* .include <bsd.port.pre.mk> |