diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-16 21:08:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-16 21:08:22 +0800 |
commit | c36efc9cbdc1090ecaa51b8e78eaabfca8e05017 (patch) | |
tree | 94395a0174124c0a81ddc1468972ed61aa8e186c /science/gwyddion/Makefile | |
parent | f23989240ac1695707d30d60a4068516eaee974a (diff) | |
download | freebsd-ports-gnome-c36efc9cbdc1090ecaa51b8e78eaabfca8e05017.tar.gz freebsd-ports-gnome-c36efc9cbdc1090ecaa51b8e78eaabfca8e05017.tar.zst freebsd-ports-gnome-c36efc9cbdc1090ecaa51b8e78eaabfca8e05017.zip |
- Update to 2.5
PR: 110332
Submitted by: David <yeti@gwyddion.net>
Diffstat (limited to 'science/gwyddion/Makefile')
-rw-r--r-- | science/gwyddion/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index 67eb0f7ccbb8..2c1a83e437b1 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gwyddion -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= science graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,11 +25,10 @@ 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-pascal --disable-pygwy MAKE_ARGS= pkgconfigdatadir=${PREFIX}/libdata/pkgconfig -USE_X_PREFIX= yes USE_GNOME= desktopfileutils gnomemimedata gtk20 libxml2 USE_GL= yes USE_BZIP2= yes @@ -65,11 +64,4 @@ post-patch: ${WRKSRC}/ltmain.sh @${REINPLACE_CMD} -e '/^SUBDIRS =/,/[^\]$$/d' ${WRKSRC}/devel-docs/Makefile.in -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${LOCALBASE}/bin/pod2man:${PORTSDIR}/textproc/p5-podlators -CONFIGURE_ENV+= POD2MAN="${LOCALBASE}/bin/pod2man" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |