diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-02 06:33:14 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-02 06:33:14 +0000 |
commit | 8733917642ad606b3086a5d15cb32f229b4aaa62 (patch) | |
tree | ffb447bd988875a0327ece54877d6629dbf199ff /databases/mysql++ | |
parent | 7f62fb4e28afec4fcd86d305dfc0c9ce4094a0ba (diff) |
Notes
Diffstat (limited to 'databases/mysql++')
-rw-r--r-- | databases/mysql++/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile index e394c470ed20..6d7636e74dff 100644 --- a/databases/mysql++/Makefile +++ b/databases/mysql++/Makefile @@ -7,26 +7,27 @@ PORTNAME= mysql++ PORTVERSION= 2.1.1 -PORTREVISION= 0 CATEGORIES= databases devel MASTER_SITES= http://tangentsoft.net/mysql++/releases/ PKGNAMESUFFIX= -mysql${MYSQL_VER} -MAINTAINER= sergey@network-asp.biz +MAINTAINER= laszlof@vonostingroup.com COMMENT= Complex C++ API for MySQL${MYSQL_VER} -BROKEN= Does not compile - USE_MYSQL= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --disable-examples CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GMAKE= yes CONFLICTS= ${PORTNAME}*-1.* +NOT_FOR_ARCHS= amd64 sparc64 +NOT_FOR_ARCHS_REASON_amd64= Fails to compile +NOT_FOR_ARCHS_REASON_sparc64= Fails to compile + .if !defined(NOPORTDOCS) PORTDOCS= * .endif |