diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-09 16:12:38 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-09 16:12:38 +0000 |
commit | 9a5b6827b0d0a415619f4bdc589d5c4048a8d27b (patch) | |
tree | 7fba942ce64a1d31190f86aaecd23485eb1f30a4 /lang/onyx/Makefile | |
parent | - Update to 0.5.8 [1] (diff) |
- Update to 5.0.0 [1]
- Fix pkg-plist
- Give maintainership back to Jason Evans, who is also the author of Onyx
PR: 60877 [1]
Submitted by: Jason Evans <jasone@canonware.com>
Diffstat (limited to 'lang/onyx/Makefile')
-rw-r--r-- | lang/onyx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 6a514b070765..4fd19c88d6a3 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -6,11 +6,11 @@ # PORTNAME= onyx -PORTVERSION= 4.4.3 +PORTVERSION= 5.0.0 CATEGORIES= lang MASTER_SITES= http://www.canonware.com/download/onyx/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jasone@canonware.com COMMENT= Embeddable stack-based threaded interpreted language BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook @@ -22,8 +22,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \ - --with-pcre-prefix=${LOCALBASE} \ - --disable-slate + --with-pcre-prefix=${LOCALBASE} INSTALLS_SHLIB= yes MAN1= onyx.1 onyx_config.1 |