summaryrefslogtreecommitdiff
path: root/biology/gromacs
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:09:00 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:09:00 +0000
commit026c2efcb746f36d4f807b11bcae4e2cd6ae1c9b (patch)
tree46b335d70a2bc98e71e4ea34d1a505e19e1af824 /biology/gromacs
parent0b695a0684e4d122ca6a714ed7fe95be9d36743a (diff)
downloadpkgsrc-026c2efcb746f36d4f807b11bcae4e2cd6ae1c9b.tar.gz
biology: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Diffstat (limited to 'biology/gromacs')
-rw-r--r--biology/gromacs/Makefile4
-rw-r--r--biology/gromacs/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/biology/gromacs/Makefile b/biology/gromacs/Makefile
index 11a84a9d4ed..ad7cb68e622 100644
--- a/biology/gromacs/Makefile
+++ b/biology/gromacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/08/11 13:18:00 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/02 22:09:00 rillig Exp $
#
DISTNAME= gromacs-4.5.5
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --disable-gcc41-check
USE_TOOLS+= perl:run
REPLACE_PERL= scripts/demux.pl scripts/xplor2gmx.pl
-CHECK_INTERPRETER_SKIP+= share/gromacs/tutor/gmxdemo/demo
+CHECK_INTERPRETER_SKIP+= share/gromacs/tutor/gmxdemo/demo
.include "../../mk/bsd.prefs.mk"
diff --git a/biology/gromacs/options.mk b/biology/gromacs/options.mk
index c0e3f3653e8..96fd436aa1d 100644
--- a/biology/gromacs/options.mk
+++ b/biology/gromacs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2010/05/16 12:04:03 asau Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/02 22:09:00 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gromacs
PKG_SUPPORTED_OPTIONS+= mpi x11
@@ -20,7 +20,7 @@ PLIST_SUBST+= MPI=
# X support:
.if !empty(PKG_OPTIONS:Mx11)
CONFIGURE_ARGS+= --with-x
-PLIST.x11= yes
+PLIST.x11= yes
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libICE/buildlink3.mk"