diff options
author | sem <sem@FreeBSD.org> | 2004-11-07 01:41:40 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-11-07 01:41:40 +0800 |
commit | 2c575f203b0252c0cdf0a222a5a60968c8fdfc6a (patch) | |
tree | cebd62e4035abc45ab90df2a863f23e511195565 /databases/knoda/Makefile | |
parent | 6d402a61ab5824d7cd1cffa606684f6bed3c0742 (diff) | |
download | freebsd-ports-gnome-2c575f203b0252c0cdf0a222a5a60968c8fdfc6a.tar.gz freebsd-ports-gnome-2c575f203b0252c0cdf0a222a5a60968c8fdfc6a.tar.zst freebsd-ports-gnome-2c575f203b0252c0cdf0a222a5a60968c8fdfc6a.zip |
- Update to 0.7.1
- The last changes of databases/hk_classes unbreak configure on some
conditions.
Diffstat (limited to 'databases/knoda/Makefile')
-rw-r--r-- | databases/knoda/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/knoda/Makefile b/databases/knoda/Makefile index f75a80e916f7..d63f8712a48e 100644 --- a/databases/knoda/Makefile +++ b/databases/knoda/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= knoda -PORTVERSION= 0.7 +PORTVERSION= 0.7.1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -29,13 +29,7 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --with-hk_classes-dir=${LOCALBASE}/lib/hk_classes \ --with-hk_classes-incdir=${LOCALBASE}/include/hk_classes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Configure fails on FreeBSD >= 5.x" -.endif - post-patch: ${REINPLACE_CMD} -e 's,-pedantic ,,' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |