diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /devel/libYGP/Makefile | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) |
Notes
Diffstat (limited to 'devel/libYGP/Makefile')
-rw-r--r-- | devel/libYGP/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/libYGP/Makefile b/devel/libYGP/Makefile index 4244aa7751e9..5202f526523c 100644 --- a/devel/libYGP/Makefile +++ b/devel/libYGP/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: libygp -# Date created: 2 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME?= libYGP PORTVERSION= 0.9.42 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/libymp/libymp/libYGP-${PORTVERSION} DISTNAME= libYGP-${PORTVERSION} @@ -19,7 +15,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ boost_filesystem:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes -USE_GCC= any +USE_GCC= 4.6+ GNU_CONFIGURE= yes USE_GNOME= gnomehack USE_LDCONFIG= yes @@ -30,8 +26,6 @@ CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-gmp\ --disable-static --disable-rpath --enable-network-trav USE_GMAKE= yes -CXXFLAGS+= -DBOOST_FILESYSTEM_VERSION=2 - .if ${PORTNAME:M*XGP} LIB_DEPENDS+= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 PLIST_SUB= YGP="@comment " XGP="" @@ -41,6 +35,7 @@ MKIN_PATCH= s/^(SUBDIRS = ).*$$/\1XGP/; .else PLIST_SUB= XGP="@comment " YGP="" MKIN_PATCH= s/@MYSUBDIRS@/YGP/; +BROKEN= Does not build with recent boost .endif post-patch: |