diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 14:01:26 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 14:01:26 +0000 |
commit | be1b2d838a5dbf70fba63610ff0ce2be3dd8ba1e (patch) | |
tree | 89a1258b13a34538734ccdc68222138c5467522d /textproc/aiksaurus/Makefile | |
parent | 867ced97303eed08162c50a00796f98025488e10 (diff) |
Notes
Diffstat (limited to 'textproc/aiksaurus/Makefile')
-rw-r--r-- | textproc/aiksaurus/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index 64f6005bc207..b8da9cab1d17 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -3,24 +3,23 @@ PORTNAME= aiksaurus PORTVERSION= 1.2.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= textproc MASTER_SITES= SF MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A set of libraries and applications which provide a thesaurus +COMMENT?= Set of libraries and applications which provide a thesaurus LICENSE= GPLv2 -USE_AUTOTOOLS= libtool +USES= gmake libtool pathfix pkgconfig USE_CSTD= gnu89 -USES= pathfix gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} '/^gaiksaurus_LDADD =/s/$$/ $$(GTK_LIBS)/' \ + ${WRKSRC}/gtk/src/Makefile.in .include <bsd.port.mk> |