diff options
author | asau <asau> | 2012-09-11 20:32:10 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 20:32:10 +0000 |
commit | 738118565304b90e78694bacf7ce2e57d84c48ba (patch) | |
tree | 11db026d302f5f3f643266f62f5d8884607f88b5 /biology/gromacs | |
parent | 9e030e13502b9436ffadba8ce4de83147148f5f2 (diff) | |
download | pkgsrc-738118565304b90e78694bacf7ce2e57d84c48ba.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'biology/gromacs')
-rw-r--r-- | biology/gromacs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/biology/gromacs/Makefile b/biology/gromacs/Makefile index 34b8dee2369..277697a6cbe 100644 --- a/biology/gromacs/Makefile +++ b/biology/gromacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/06/14 07:45:27 sbd Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/11 20:32:12 asau Exp $ # DISTNAME= gromacs-4.5.5 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.gromacs.org/ COMMENT= Molecular dynamics package LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - # Official recommendation is not to use the gcc 4.1.x set of compilers. GNU_CONFIGURE= yes |