mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add python build dependency.
This commit is contained in:
parent
155ac1a566
commit
229bf3361f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190622
2 changed files with 12 additions and 0 deletions
|
@ -19,6 +19,7 @@ USE_GNOME= gnomehack pkgconfig
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
||||
USE_PYTHON_BUILD= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN3= __zzip_fetch_disk_trailer.3 __zzip_parse_root_directory.3 __zzip_try_open.3 \
|
||||
|
|
11
devel/zziplib/files/patch-docs_Makefile.in
Normal file
11
devel/zziplib/files/patch-docs_Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- docs/Makefile.in.orig Sun Apr 22 09:27:39 2007
|
||||
+++ docs/Makefile.in Sun Apr 22 09:27:53 2007
|
||||
@@ -431,7 +431,7 @@
|
||||
|
||||
|
||||
all : all-am default
|
||||
-default : doc @MAINTAINER_MODE_FALSE@ mans
|
||||
+default : @MAINTAINER_MODE_FALSE@ mans
|
||||
clean-doc clean-docs : clean-unpack
|
||||
- rm $(DISTCLEANFILES)
|
||||
- rm $(MAINTAINERCLEANFILES)
|
Loading…
Add table
Reference in a new issue