diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-19 08:30:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-19 08:30:32 +0800 |
commit | aeebc01d7806a1b659c2f723f40e0a43687ff1e4 (patch) | |
tree | 1e4bff0ea54a6d3c381534d17aa016264c1ca2da /textproc/raptor2 | |
parent | 692b02dab3847c45cc6b9b65771d4b4c473ea0b2 (diff) | |
download | freebsd-ports-gnome-aeebc01d7806a1b659c2f723f40e0a43687ff1e4.tar.gz freebsd-ports-gnome-aeebc01d7806a1b659c2f723f40e0a43687ff1e4.tar.zst freebsd-ports-gnome-aeebc01d7806a1b659c2f723f40e0a43687ff1e4.zip |
Chase icu bump
Diffstat (limited to 'textproc/raptor2')
-rw-r--r-- | textproc/raptor2/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 7a9d91723b74..da739cb2e66f 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: raptor -# Date created: Nov 22, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= raptor2 PORTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} @@ -14,9 +11,9 @@ MASTER_SITES= http://download.librdf.org/source/ \ MAINTAINER= kde@FreeBSD.org COMMENT= RDF Parser Toolkit for Redland -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - icuuc.48:${PORTSDIR}/devel/icu \ - yajl.2:${PORTSDIR}/devel/yajl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + icuuc:${PORTSDIR}/devel/icu \ + yajl:${PORTSDIR}/devel/yajl CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21 |