diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-28 13:13:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-28 13:13:54 +0000 |
commit | 2d02f51833416c8730d315d63086beae9dba68c4 (patch) | |
tree | ebb2dca493b1b9c5c808e9c7c90063605d8da9c6 | |
parent | 2cd3dd20ab84747b88e4ded44579cd2ea51e95db (diff) | |
download | pkgsrc-2d02f51833416c8730d315d63086beae9dba68c4.tar.gz |
wxmaxima: paxctl not needed any longer
-rw-r--r-- | math/wxmaxima/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile index 6cb83a8c0bb..530be640b52 100644 --- a/math/wxmaxima/Makefile +++ b/math/wxmaxima/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/11/28 13:08:09 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/11/28 13:13:54 wiz Exp $ DISTNAME= wxmaxima-17.10.1 CATEGORIES= math @@ -16,8 +16,6 @@ DEPENDS+= gnuplot>=4.2.3:../../graphics/gnuplot USE_CMAKE= yes USE_LANGUAGES= c c++ -NOT_PAX_MPROTECT_SAFE= bin/wxmaxima - .include "../../x11/wxGTK30/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |