diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-21 20:15:23 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-21 20:15:23 +0000 |
commit | 69104267730f4de0b14265eb4c85c111768b74ba (patch) | |
tree | f6eb689477d8323853d041479ecef96623007d5b | |
parent | 2a6c55b1d26af8cf8fc9c50fedb7dd8c0a0b8d4b (diff) |
Notes
-rw-r--r-- | graphics/libraw/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index d43c9a42dc95..a429ad84d308 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -54,7 +54,8 @@ CONFIGURE_ARGS+=--disable-lcms .endif .if ${PORT_OPTIONS:MDEMOSAIC_PACK_GPL2} -LICENSE+= GPLv2 +LICENSE= GPLv2 +LICENSE_COMB= single DISTFILES+= LibRaw-demosaic-pack-GPL2-${PORTVERSION}.tar.gz CONFIGURE_ARGS+=--enable-demosaic-pack-gpl2=../LibRaw-demosaic-pack-GPL2-${PORTVERSION} .else @@ -62,7 +63,8 @@ CONFIGURE_ARGS+=--disable-demosaic-pack-gpl2 .endif .if ${PORT_OPTIONS:MDEMOSAIC_PACK_GPL3} -LICENSE+= GPLv3 +LICENSE= GPLv3 +LICENSE_COMB= single DISTFILES+= LibRaw-demosaic-pack-GPL3-${PORTVERSION}.tar.gz CONFIGURE_ARGS+=--enable-demosaic-pack-gpl3=../LibRaw-demosaic-pack-GPL3-${PORTVERSION} .else |