diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 04:28:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 04:28:15 +0800 |
commit | 445ffb0b001f5d2be269bef513d9cba97e6c0cae (patch) | |
tree | b639c6da0e3a078c9b59e52ecee2fccac0b1cf4b /textproc | |
parent | 244d69d84d31ffa3341e3bcfe4419e2db2a864c0 (diff) | |
download | freebsd-ports-gnome-445ffb0b001f5d2be269bef513d9cba97e6c0cae.tar.gz freebsd-ports-gnome-445ffb0b001f5d2be269bef513d9cba97e6c0cae.tar.zst freebsd-ports-gnome-445ffb0b001f5d2be269bef513d9cba97e6c0cae.zip |
Allow to build with texinfo from ports
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iksemel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index ca7040f7344e..e79f2e3383bf 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= pkgconfig +USES= makeinfo pkgconfig INFO= iksemel |