diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2015-02-20 07:02:58 +0800 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2015-02-20 07:02:58 +0800 |
commit | 5266f565a0621060328148e699d6c654757453d4 (patch) | |
tree | ff44cbe4bd6e790947b0d5ec2e5f2813198c06a8 /editors | |
parent | 5c65517617b1f2c9d78cd4663393b7c43b1b8028 (diff) | |
download | freebsd-ports-gnome-5266f565a0621060328148e699d6c654757453d4.tar.gz freebsd-ports-gnome-5266f565a0621060328148e699d6c654757453d4.tar.zst freebsd-ports-gnome-5266f565a0621060328148e699d6c654757453d4.zip |
- attach gplv2 license
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leafpad/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index d431d8ccc82f..e31e79ffeed9 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -11,6 +11,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jgh@FreeBSD.org COMMENT= GTK+ based simple text editor +LICENSE= GPLv2 + USE_GNOME= gtk20 intlhack USES= desktop-file-utils gmake pkgconfig GNU_CONFIGURE= yes |