diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2005-12-13 12:30:01 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2005-12-13 12:30:01 +0000 |
commit | 43633e787542192fdffb01f9934d8034f1a71b03 (patch) | |
tree | 7bcd5cea69ec0ff518a217f718762b235420d89d /cad | |
parent | e5784977760aba06d2ff5554a7322fb382f01c2e (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ngspice_rework/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile index 073ca0b99acf..7887f50341b3 100644 --- a/cad/ngspice_rework/Makefile +++ b/cad/ngspice_rework/Makefile @@ -7,6 +7,7 @@ PORTNAME= ngspice_rework PORTVERSION= 17 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ngspice @@ -19,11 +20,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -.ifdef PACKAGE_BUILDING -CONFIGURE_ARGS+= --with-readline=yes -.else CONFIGURE_ARGS+= --disable-debug -.endif INFO= ngspice MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1 |