diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-12 02:52:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-12 02:52:16 +0800 |
commit | 3714a6395165c10b8a5b6b38aa77d4c94ae28e06 (patch) | |
tree | f77cf22bfcc0d3430fffb02afdad4f1aa67eea8e | |
parent | 437e83cea50b759a3654ffee8ecceccbcd8d6712 (diff) | |
download | marcuscom-ports-3714a6395165c10b8a5b6b38aa77d4c94ae28e06.tar marcuscom-ports-3714a6395165c10b8a5b6b38aa77d4c94ae28e06.tar.gz marcuscom-ports-3714a6395165c10b8a5b6b38aa77d4c94ae28e06.tar.bz2 marcuscom-ports-3714a6395165c10b8a5b6b38aa77d4c94ae28e06.tar.lz marcuscom-ports-3714a6395165c10b8a5b6b38aa77d4c94ae28e06.tar.xz marcuscom-ports-3714a6395165c10b8a5b6b38aa77d4c94ae28e06.tar.zst marcuscom-ports-3714a6395165c10b8a5b6b38aa77d4c94ae28e06.zip |
This port builds on alpha now.
Reported by: Yasuda Keisuke <kysd@po.harenet.ne.jp>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4820 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/glibmm/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile index bb5bac80e..4d76ffde3 100644 --- a/devel/glibmm/Makefile +++ b/devel/glibmm/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glibmm/Makefile,v 1.18 2005/08/19 01:24:26 marcus Exp $ +# $MCom: ports/devel/glibmm/Makefile,v 1.19 2005/09/07 17:56:24 marcus Exp $ # PORTNAME= glibmm @@ -31,12 +31,6 @@ CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.4" API_VERSION="2.4" -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" -BROKEN= "Does not build on alpha" -.endif - post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = /s/tests//' ${WRKSRC}/Makefile.in .if defined(NOPORTDOCS) @@ -57,4 +51,4 @@ patch-autotools: ${RM} $$file.tmp; \ done); -.include <bsd.port.post.mk> +.include <bsd.port.mk> |