diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2019-11-01 15:34:21 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2019-11-01 15:34:21 +0000 |
commit | 69443c30e6060e1e22ce3335276420b84f44409c (patch) | |
tree | 04beab6aba0c1de88d73a2abb62aa4e35a499836 /cad/ngspice_rework/Makefile | |
parent | 1d9bf3ce1459e546a9aee19a70b0649389619171 (diff) |
Notes
Diffstat (limited to 'cad/ngspice_rework/Makefile')
-rw-r--r-- | cad/ngspice_rework/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile index 46b0010340f4..db10d9560a43 100644 --- a/cad/ngspice_rework/Makefile +++ b/cad/ngspice_rework/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ngspice_rework -PORTVERSION= 30 -PORTREVISION= 1 +PORTVERSION= 31 CATEGORIES= cad MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION} DISTNAME= ngspice-${PORTVERSION} @@ -35,6 +34,7 @@ OPTIONS_DEFINE= DEBUG CONFIGURE_ARGS+= --with-ngshared PLIST_SUB+= SHLIB="" X11="@comment " .else +USES+= xorg USE_XORG= ice sm x11 xaw xext xmu xt CONFIGURE_ARGS+= --with-x PLIST_SUB+= SHLIB="@comment " X11="" |