diff options
author | fjoe <fjoe@FreeBSD.org> | 2012-11-04 23:42:09 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2012-11-04 23:42:09 +0800 |
commit | 7f1aae25b3760040d73effffa7aef03c0738c258 (patch) | |
tree | 38c78bc4f13edfbec3e09ab35d2f386d5c13a21d /archivers | |
parent | 2c2af2870bd1d872b86e14e09ffadadc73522d13 (diff) | |
download | freebsd-ports-gnome-7f1aae25b3760040d73effffa7aef03c0738c258.tar.gz freebsd-ports-gnome-7f1aae25b3760040d73effffa7aef03c0738c258.tar.zst freebsd-ports-gnome-7f1aae25b3760040d73effffa7aef03c0738c258.zip |
- Specify LICENSE
Feature safe: yes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libmspack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/libmspack/Makefile b/archivers/libmspack/Makefile index 0241f3d47384..55402286776c 100644 --- a/archivers/libmspack/Makefile +++ b/archivers/libmspack/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}alpha MAINTAINER= fjoe@FreeBSD.org COMMENT= A library for Microsoft compression formats +LICENSE= LGPL21 + USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes |