diff options
Diffstat (limited to 'textproc/pxp/Makefile')
-rw-r--r-- | textproc/pxp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/pxp/Makefile b/textproc/pxp/Makefile index fbfa3c569bd..bcde6fad9d6 100644 --- a/textproc/pxp/Makefile +++ b/textproc/pxp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/24 13:15:32 jaapb Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/25 06:56:47 asau Exp $ # DISTNAME= pxp-1.2.3 @@ -10,8 +10,6 @@ HOMEPAGE= http://projects.camlcity.org/projects/pxp.html COMMENT= Polymorphic XML parser, a validating XML-1.0 parser (OCaml) LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake HAS_CONFIGURE= yes CONFIGURE_ARGS= -with-lex -with-wlex -lexlist utf8,iso88591 |