diff options
author | obache <obache@pkgsrc.org> | 2011-07-24 13:11:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-07-24 13:11:43 +0000 |
commit | 5e3583e288b0f30f4b369711c72409448e9746c2 (patch) | |
tree | 521e3d34a1fac49dafc1ad6413c8e7020be548ea /devel/gps | |
parent | 836a59eb09b1415e77340cb40549a3ecf8954cff (diff) | |
download | pkgsrc-5e3583e288b0f30f4b369711c72409448e9746c2.tar.gz |
fix a typo, PR#45135.
Diffstat (limited to 'devel/gps')
-rw-r--r-- | devel/gps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gps/Makefile b/devel/gps/Makefile index ff32e415ff6..710386a39ee 100644 --- a/devel/gps/Makefile +++ b/devel/gps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/07/19 18:32:13 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2011/07/24 13:11:43 obache Exp $ # DISTNAME= gps-${GPS_VERSION} @@ -27,7 +27,7 @@ TPLS= ${PREFIX}/share/gps/templates .include "options.mk" -# Doe to hardcoding on GPS' part, can't get python to work yet +# Due to hardcoding on GPS' part, can't get python to work yet CONFIGURE_ARGS+= --with-gmp=${PREFIX} CONFIGURE_ARGS+= --with-python=no CONFIGURE_ARGS+= --enable-shared-python=yes |