mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Disable debug for package
- Enable readline for non-package PR: ports/75504 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Approved by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org> (maintainer)
This commit is contained in:
parent
d4530ab3b6
commit
af2549826f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125592
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ GNU_CONFIGURE= yes
|
||||||
USE_LIBTOOL_VER?=15
|
USE_LIBTOOL_VER?=15
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
.ifndef PACKAGE_BUILDING
|
||||||
|
CONFIGURE_ARGS+= --with-readline=yes
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-debug
|
||||||
|
.endif
|
||||||
|
|
||||||
INFO= ngspice
|
INFO= ngspice
|
||||||
MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1
|
MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue