diff options
author | antoine <antoine@FreeBSD.org> | 2017-09-30 03:17:27 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:38:16 +0800 |
commit | 940450aad277d08a39ffb2d61780bcf9d96ea404 (patch) | |
tree | d58dada3035fd5959148fa11bcf1849f5082a403 /x11-fonts | |
parent | 11b50ac18051f6e371fc0deb6b9c882e74b578ed (diff) | |
download | freebsd-ports-gnome-940450aad277d08a39ffb2d61780bcf9d96ea404.tar.gz freebsd-ports-gnome-940450aad277d08a39ffb2d61780bcf9d96ea404.tar.zst freebsd-ports-gnome-940450aad277d08a39ffb2d61780bcf9d96ea404.zip |
Revert r450923 and unbreak
With hat: portmgr
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/dejavu/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-fonts/dejavu/Makefile b/x11-fonts/dejavu/Makefile index a73562deb41d..fe292943ef2a 100644 --- a/x11-fonts/dejavu/Makefile +++ b/x11-fonts/dejavu/Makefile @@ -10,16 +10,6 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bitstream Vera Fonts clone with a wider range of characters -LICENSE= AMS AREV BITSTREAM -LICENSE_COMB= multi -LICENSE_NAME_AMS= AMSFonts Copyright version 2.2 -LICENSE_NAME_AREV= Arev Fonts Copyright -LICENSE_NAME_BITSTREAM= Bitstream Vera Fonts Copyright -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS_AMS= ${_LICENSE_PERMS_DEFAULT} -LICENSE_PERMS_AREV= ${_LICENSE_PERMS_DEFAULT} -LICENSE_PERMS_BITSTREAM=${_LICENSE_PERMS_DEFAULT} - OPTIONS_DEFINE= DOCS LINKS OPTIONS_DEFAULT=LINKS OPTIONS_SUB= yes |