diff options
author | ashish <ashish@FreeBSD.org> | 2010-07-23 16:23:06 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2010-07-23 16:23:06 +0800 |
commit | 205aef3151ead14473809eeb0b2b0bf0e5a12dfb (patch) | |
tree | 5ffb3bd1acd015e550b9025de2a242c9f0a468a6 /textproc/scim-bridge-qt4 | |
parent | 467db5e58203ba1d1a33967b049dc007beabf995 (diff) | |
download | freebsd-ports-gnome-205aef3151ead14473809eeb0b2b0bf0e5a12dfb.tar.gz freebsd-ports-gnome-205aef3151ead14473809eeb0b2b0bf0e5a12dfb.tar.zst freebsd-ports-gnome-205aef3151ead14473809eeb0b2b0bf0e5a12dfb.zip |
- Fix LICENSE information.
Approved by: pgj (mentor)
Diffstat (limited to 'textproc/scim-bridge-qt4')
-rw-r--r-- | textproc/scim-bridge-qt4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/scim-bridge-qt4/Makefile b/textproc/scim-bridge-qt4/Makefile index e4a8219342dd..6f77caec338a 100644 --- a/textproc/scim-bridge-qt4/Makefile +++ b/textproc/scim-bridge-qt4/Makefile @@ -24,8 +24,9 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes LICENSE= GPLv2 LGPL21 -LICENSE_FILES= ${WRKSRC}/doc/LICENSE.GPL ${WRKSRC}/doc/LICENSE.LGPL LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/doc/LICENSE.GPL +LICENSE_FILE_LGPL21= ${WRKSRC}/doc/LICENSE.LGPL CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ CXXFLAGS+= ${CPPFLAGS} |