diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-30 19:21:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-30 19:21:09 +0800 |
commit | ca1efef4545239cb8363d41ad9debfbbbdfab4cb (patch) | |
tree | 4a087995b42ad66e14fade3eaf96e967cacdc99b /science/gwyddion/Makefile | |
parent | 34119d4de16fb73df0c1700defd1d35e62c529fd (diff) | |
download | freebsd-ports-gnome-ca1efef4545239cb8363d41ad9debfbbbdfab4cb.tar.gz freebsd-ports-gnome-ca1efef4545239cb8363d41ad9debfbbbdfab4cb.tar.zst freebsd-ports-gnome-ca1efef4545239cb8363d41ad9debfbbbdfab4cb.zip |
- Update to 2.7
PR: 114083
Submitted by: David <yeti@gwyddion.net> (maintainer)
Diffstat (limited to 'science/gwyddion/Makefile')
-rw-r--r-- | science/gwyddion/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index 15f3bf6322a4..059d451baeeb 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gwyddion -PORTVERSION= 2.5 +PORTVERSION= 2.7 PORTREVISION= 1 CATEGORIES= science graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} @@ -26,7 +26,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ - --disable-pascal --disable-pygwy + --disable-pascal --disable-pygwy \ + --mandir=${MANPREFIX}/man MAKE_ARGS= pkgconfigdatadir=${PREFIX}/libdata/pkgconfig |