diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 01:38:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 01:38:13 +0000 |
commit | fc02c643d0963f8db59a3e2774191f6ddafd7a37 (patch) | |
tree | 4c0b8b90e48287cc7bbb163c60fc500d2906c12e /lang/onyx/Makefile | |
parent | Add egoboo, an SDL based 3d dungeon crawling adventure (diff) |
- update to 4.4.3
- switch to bz2 distfile
PR: 51229
Submitted by: Ports Fury
Diffstat (limited to 'lang/onyx/Makefile')
-rw-r--r-- | lang/onyx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 4ea3a73ede31..6a514b070765 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= onyx -PORTVERSION= 4.3.0 +PORTVERSION= 4.4.3 CATEGORIES= lang MASTER_SITES= http://www.canonware.com/download/onyx/ @@ -17,6 +17,7 @@ BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook LIB_DEPENDS= edit.5:${PORTSDIR}/devel/libedit \ pcre.0:${PORTSDIR}/devel/pcre +USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |