diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-05 15:52:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-05 15:52:39 +0800 |
commit | 69f27968d6d44595008739ae679e8846fa33c666 (patch) | |
tree | f11f7eb66df8c89d932aae13a29647f1d4c01f74 /irc | |
parent | e1924e4f0587a636080fedb182d0d3f11029cd53 (diff) | |
download | freebsd-ports-gnome-69f27968d6d44595008739ae679e8846fa33c666.tar.gz freebsd-ports-gnome-69f27968d6d44595008739ae679e8846fa33c666.tar.zst freebsd-ports-gnome-69f27968d6d44595008739ae679e8846fa33c666.zip |
LICENSE BSD
Diffstat (limited to 'irc')
-rw-r--r-- | irc/zircon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index a7ef543de4c9..8e984723a035 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= An X11 interface to Internet Relay Chat +LICENSE= BSD + # zircon will start with tk84, but a lot of functions won't work # a lot of variable names conflicts with new functions. .if defined(ZIRCON_WITH_TCL84) || defined(ZIRCON_WITH_TK84) |