diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-08 01:21:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-08 01:21:47 +0000 |
commit | 9c895410273c6d5d147c835db5dce69b825fc5a1 (patch) | |
tree | b03814272e003e53aca7a6eea4599bfd7fbb315d /x11/pixman | |
parent | 2a0a8a3b08822bd97276ab2940a212eb34920c3c (diff) | |
download | ports-9c895410273c6d5d147c835db5dce69b825fc5a1.tar.gz ports-9c895410273c6d5d147c835db5dce69b825fc5a1.zip |
Notes
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index ff0592f83fcc..c041cbdc7bf6 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -8,7 +8,10 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Low-level pixel manipulation library -USES= perl5 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cpe perl5 USE_PERL5= build XORG_CAT= lib CONFIGURE_ARGS= --disable-gtk |