diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
commit | 710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8 (patch) | |
tree | 6a64949cd1d37fc2302e761cd239d30738f2b760 /cad | |
parent | 581a64ac608f8a28ef17c4b0cb597cc18ba8deb6 (diff) | |
download | freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.tar.gz freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.tar.zst freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.zip |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by: portmgr blanket
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gmsh/Makefile | 2 | ||||
-rw-r--r-- | cad/pcb/Makefile | 2 | ||||
-rw-r--r-- | cad/spice/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 9e69ad7e4fb3..d522b4955994 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -34,7 +34,7 @@ MAKE_JOBS_UNSAFE= yes CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=YES OPTIONS_DEFINE= STATIC_LIB SHARED_LIB TETGEN METIS TAUCS MED CGNS GMM OCC -OPTIONS_DEFAULT= DOCS STATIC_LIB SHARED_LIB TETGEN METIS MED CGNS GMM +OPTIONS_DEFAULT= STATIC_LIB SHARED_LIB TETGEN METIS MED CGNS GMM STATIC_LIB_DESC= Build static library SHARED_LIB_DESC= Build shared library diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index a64033eff66c..a26591800ede 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -37,7 +37,7 @@ PORTDOCS= \ OPTIONS_DEFINE= DOCS NLS OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI=MOTIF GTK NONE -OPTIONS_DEFAULT=DOCS GTK +OPTIONS_DEFAULT=GTK DOCS_CONFIGURE_ENABLE= doc DOCS_CONFIGURE_ON= --docdir=${DOCSDIR} NLS_CONFIGURE_ENABLE= nls diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 7188ee8a110b..c2f600ca1e31 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -40,7 +40,7 @@ PORTEXAMPLES= bjtnoise.cir bsim1tst.cir bsim2tst.cir diffpair.cir \ rtlinv.cir schmitt.cir simplepz.cir OPTIONS_DEFINE= DOCS EXAMPLES X11 DEV_BSIM3 DEV_BSIM4 DEV_HISIM2 -OPTIONS_DEFAULT=DOCS EXAMPLES X11 +OPTIONS_DEFAULT=X11 X11_USE= XORG=x11,xaw,xext,xmu,xt X11_CONFIGURE_ENV= WITH_X11=yes |