mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Clean up
This commit is contained in:
parent
69934da8e7
commit
c9d1e20d72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559611
@ -13,17 +13,7 @@ COMMENT= Fast, powerful, and language-neutral template system
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-apache --disable-perl --disable-ruby \
|
||||
--disable-java --disable-csharp
|
||||
|
||||
.if defined(WITH_PYTHON)
|
||||
CONFIGURE_ARGS+= --with-python=${PYTHON_CMD}
|
||||
USES+= python:2.7
|
||||
PLIST_SUB+= PYTHON=""
|
||||
PKGNAMESUFFIX= -python
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-python
|
||||
PLIST_SUB+= PYTHON="@comment "
|
||||
.endif
|
||||
--disable-java --disable-csharp --disable-python
|
||||
|
||||
post-patch:
|
||||
@# Remove CFLAGS when building the python module, pydistfile is used
|
||||
|
@ -148,4 +148,3 @@ include/ClearSilver/util/wildmat.h
|
||||
lib/libneo_cgi.a
|
||||
lib/libneo_cs.a
|
||||
lib/libneo_utl.a
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/neo_cgi.so
|
||||
|
Loading…
Reference in New Issue
Block a user