diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
commit | 011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch) | |
tree | be6c85e782d49cf223592ee199c43ca0222da761 /devel | |
parent | 2a0640b2d4b751061c9ddc616327c22b754034ba (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autogen/Makefile | 3 | ||||
-rw-r--r-- | devel/g-wrap/Makefile | 2 | ||||
-rw-r--r-- | devel/gconf/Makefile | 4 | ||||
-rw-r--r-- | devel/guile-lib/Makefile | 2 | ||||
-rw-r--r-- | devel/libmatheval/Makefile | 3 |
5 files changed, 8 insertions, 6 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index aea250f9ab5f..91d6104d2c77 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -8,6 +8,7 @@ PORTNAME= autogen PORTVERSION= 5.9.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/AutoGen/AutoGen%20${PORTVERSION} \ ${MASTER_SITE_GNU:S/$/:gnu/} @@ -17,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu MAINTAINER= clsung@FreeBSD.org COMMENT= The Automated Program Generator -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_GNOME= gnomehack gnometarget libxml2 diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index db085c2ef165..79fdf2e83d52 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -8,7 +8,7 @@ PORTNAME= g-wrap PORTVERSION= 1.9.6 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= devel scheme MASTER_SITES= SAVANNAH diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index a7847edbc39f..dc356c4e5c19 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -8,7 +8,7 @@ PORTNAME= gconf PORTVERSION= 1.0.9 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= devel gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/GConf/1.0 @@ -18,7 +18,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A configuration database system for GNOME -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile USE_AUTOTOOLS= libtool USE_BZIP2= yes diff --git a/devel/guile-lib/Makefile b/devel/guile-lib/Makefile index 749e1df4883e..6d42832596eb 100644 --- a/devel/guile-lib/Makefile +++ b/devel/guile-lib/Makefile @@ -8,7 +8,7 @@ PORTNAME= guile-lib PORTVERSION= 0.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel scheme MASTER_SITES= http://download.gna.org/guile-lib/ diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile index 6bb264a6b97f..5599222d3154 100644 --- a/devel/libmatheval/Makefile +++ b/devel/libmatheval/Makefile @@ -7,6 +7,7 @@ PORTNAME= libmatheval PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= devel math MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= A library of procedures for evaluating mathematical functions BUILD_DEPENDS= flex>0:${PORTSDIR}/textproc/flex -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" |