mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00: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
@ -21,6 +21,12 @@ GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER?=15
|
||||
USE_GMAKE= yes
|
||||
|
||||
.ifndef PACKAGE_BUILDING
|
||||
CONFIGURE_ARGS+= --with-readline=yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-debug
|
||||
.endif
|
||||
|
||||
INFO= ngspice
|
||||
MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user