diff options
author | matthew <matthew@FreeBSD.org> | 2016-04-15 19:48:32 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-04-15 19:48:32 +0800 |
commit | ce9549afc7416a69d0dd0fe6e1a203d18bf0cefd (patch) | |
tree | 116f58230da052929c83fc8ed48b94504557b55f | |
parent | 3a5a95390df476e4efd30cc8ba753d937aca870d (diff) | |
download | freebsd-ports-gnome-ce9549afc7416a69d0dd0fe6e1a203d18bf0cefd.tar.gz freebsd-ports-gnome-ce9549afc7416a69d0dd0fe6e1a203d18bf0cefd.tar.zst freebsd-ports-gnome-ce9549afc7416a69d0dd0fe6e1a203d18bf0cefd.zip |
Add a CONFLICTS_INSTALL on www/rt44 -- the SLA module has been made a
standard feature there rather than an add-on.
Remove a duplicate LICENSE setting.
-rw-r--r-- | www/p5-RT-Extension-SLA/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-RT-Extension-SLA/Makefile b/www/p5-RT-Extension-SLA/Makefile index a90dd9a2cf3f..ca98fa316af2 100644 --- a/www/p5-RT-Extension-SLA/Makefile +++ b/www/p5-RT-Extension-SLA/Makefile @@ -15,7 +15,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-Business-Hours>0:misc/p5-Business-Hours RUN_DEPENDS:= ${BUILD_DEPENDS} -LICENSE= GPLv2 +# SLA functionality comes as standard in RT 4.4.x +CONFLICTS_INSTALL= rt44-4.4.* NO_ARCH= yes |