diff options
author | garga <garga@FreeBSD.org> | 2013-11-01 07:38:29 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-11-01 07:38:29 +0800 |
commit | 9bf92a44f1c38d4f77210fe1881ee58e1187113f (patch) | |
tree | 6b0a541917b8cfefde1702d4a1ed1658c0b482d0 /misc/compat8x | |
parent | e8ee6f91262b446093dc03561288090ea05fdb5d (diff) | |
download | freebsd-ports-graphics-9bf92a44f1c38d4f77210fe1881ee58e1187113f.tar.gz freebsd-ports-graphics-9bf92a44f1c38d4f77210fe1881ee58e1187113f.tar.zst freebsd-ports-graphics-9bf92a44f1c38d4f77210fe1881ee58e1187113f.zip |
Add LICENSE
Diffstat (limited to 'misc/compat8x')
-rw-r--r-- | misc/compat8x/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile index 13d1596ca96..d21211d79d7 100644 --- a/misc/compat8x/Makefile +++ b/misc/compat8x/Makefile @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= garga@FreeBSD.org COMMENT= A convenience package to install the compat8x libraries +LICENSE= BSD + USE_XZ= yes NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 |