diff options
author | thierry <thierry@FreeBSD.org> | 2012-06-13 04:48:15 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2012-06-13 04:48:15 +0800 |
commit | 746e12904c165532417268621a06111b6d28d126 (patch) | |
tree | 7a800f071adceb4a2ce353c91dabae48da6e2a7e | |
parent | 0a700446e9fef48e2ec5b2bd8e8daea35cc8199a (diff) | |
download | freebsd-ports-gnome-746e12904c165532417268621a06111b6d28d126.tar.gz freebsd-ports-gnome-746e12904c165532417268621a06111b6d28d126.tar.zst freebsd-ports-gnome-746e12904c165532417268621a06111b6d28d126.zip |
Update CONFLICTS (1).
Since I'm there, define the license.
Submitted by: "Sulev-Madis 'ketas' Silber" <madis555 (at) hot.ee> (1)
-rw-r--r-- | news/newsx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/newsx/Makefile b/news/newsx/Makefile index c79fe136cb8c..1c03ae345a55 100644 --- a/news/newsx/Makefile +++ b/news/newsx/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.kvaleberg.org/pub/ MAINTAINER= thierry@FreeBSD.org COMMENT= A program to fetch news from and post news to a remote NNTP server +LICENSE= GPLv2 + .if defined(WITH_CNEWS) BUILD_DEPENDS= ${LOCALBASE}/news/lib/libcnews.a:${PORTSDIR}/news/cnews .elif !defined(WITHOUT_INN_2-X) @@ -26,7 +28,7 @@ IGNORE= a configured INN is required GNU_CONFIGURE= yes -CONFLICTS= leafnode-1.9.* +CONFLICTS= leafnode-1.* .if !defined(WITH_CNEWS) .if !defined(WITHOUT_INN_2-X) |