diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-07-23 16:22:28 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-07-23 16:22:28 +0000 |
commit | 7c74813bd416a120d151702f7fd3fcbaec3f070b (patch) | |
tree | b54a80cf5b30a0dac16474f8533f57c39ec50af7 /lang/yap-devel | |
parent | e176f9559a4e60f9cc76bb1d40b7e84bbf6b9f97 (diff) | |
download | ports-7c74813bd416a120d151702f7fd3fcbaec3f070b.tar.gz ports-7c74813bd416a120d151702f7fd3fcbaec3f070b.zip |
Notes
Diffstat (limited to 'lang/yap-devel')
-rw-r--r-- | lang/yap-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/yap-devel/files/patch-Makefile.in | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/lang/yap-devel/Makefile b/lang/yap-devel/Makefile index 4bfb3cf4b89c..e82f3a2aab33 100644 --- a/lang/yap-devel/Makefile +++ b/lang/yap-devel/Makefile @@ -38,7 +38,7 @@ STRIP= #none USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-max-performance --disable-clpbn-bp -USES= gmake shebangfix +USES= gmake libarchive readline shebangfix SHEBANG_FILES= packages/http/examples/demo_inetd SHEBANG_LANG= swipl swipl_OLD_CMD= /usr/bin/swipl diff --git a/lang/yap-devel/files/patch-Makefile.in b/lang/yap-devel/files/patch-Makefile.in new file mode 100644 index 000000000000..4802950c3c4b --- /dev/null +++ b/lang/yap-devel/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2015-07-23 15:50:49 UTC ++++ Makefile.in +@@ -94,7 +94,7 @@ SO=@SO@ + MAKEINFO=makeinfo + TEXI2DVI=texi2dvi + TEXI2HTML=texi2html +-TEXI2PDF=texi2pdf ++TEXI2PDF=texi2pdf -b + YAPLIB=@YAPLIB@ + SONAMEFLAG=@SONAMEFLAG@ + +@@ -1015,7 +1015,7 @@ yap.ps: $(YAPDOCS) + pdf: yap.pdf + + yap.pdf: $(YAPDOCS) +- $(TEXI2PDF) $(srcdir)/docs/yap.tex ++ -$(TEXI2PDF) $(srcdir)/docs/yap.tex + + clean_docs: + rm -f *.aux *.ca *.cas *.cn *.cns *.cp *.cps *.cy *.cys *.dvi *.fn *.fns *.ky *.log *.sa *.sas *.sn *.sns *.sy *.sys *~ *.tp *.vr *.toc *.pg |