diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-25 22:03:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-25 22:03:15 +0000 |
commit | 3e0a2d750860c7137d17284fa4e782bdd20cf06b (patch) | |
tree | 51a1e107205108606647ac9b8d35294bfa261f23 /textproc/aiksaurus | |
parent | bbde3b1a18aed5a0afadad1708e38628dac2362c (diff) | |
download | ports-3e0a2d750860c7137d17284fa4e782bdd20cf06b.tar.gz ports-3e0a2d750860c7137d17284fa4e782bdd20cf06b.zip |
Notes
Diffstat (limited to 'textproc/aiksaurus')
-rw-r--r-- | textproc/aiksaurus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index 3bc17fcc20de..64f6005bc207 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF MAINTAINER?= gnome@FreeBSD.org COMMENT?= A set of libraries and applications which provide a thesaurus +LICENSE= GPLv2 + USE_AUTOTOOLS= libtool USE_CSTD= gnu89 USES= pathfix gmake pkgconfig @@ -17,7 +19,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure |