diff options
author | Jason Evans <jasone@FreeBSD.org> | 2001-11-17 23:21:48 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2001-11-17 23:21:48 +0000 |
commit | 0dbeb62281b8ab006c94cf66ba360d1d96c61a1f (patch) | |
tree | 0915f6cfa834e5c40faf121abfd3273fe31280c0 /lang/onyx/Makefile | |
parent | Update to 20011118, with steady improvements. (diff) |
Update to onyx 2.2.0.
Notes
Notes:
svn path=/head/; revision=50163
Diffstat (limited to 'lang/onyx/Makefile')
-rw-r--r-- | lang/onyx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index 83e9349c078a..a8b3c2007be9 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= onyx -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= lang MASTER_SITES= http://www.canonware.com/download/onyx/ @@ -15,6 +15,8 @@ MAINTAINER= jasone@FreeBSD.org BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook GNU_CONFIGURE= yes +# Hack around brokenness in configure script. Remove after 2.2.0. +CFLAGS= INSTALLS_SHLIB= yes MAN1= onyx.1 |