diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-26 18:55:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-26 18:55:40 +0000 |
commit | ea0f10e1280deb8cbb4116efa84e80c74600f0d2 (patch) | |
tree | c16df5999897f3c9e1be5e34f747dce659742fb1 /devel/liboop/Makefile | |
parent | 43afafd4f2f2fe1a1a389560e11fdc178fb22989 (diff) | |
download | ports-ea0f10e1280deb8cbb4116efa84e80c74600f0d2.tar.gz ports-ea0f10e1280deb8cbb4116efa84e80c74600f0d2.zip |
Notes
Diffstat (limited to 'devel/liboop/Makefile')
-rw-r--r-- | devel/liboop/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/liboop/Makefile b/devel/liboop/Makefile index 1aae7a81bdce..f2fd6eb19c83 100644 --- a/devel/liboop/Makefile +++ b/devel/liboop/Makefile @@ -7,11 +7,11 @@ # PORTNAME= liboop -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= devel -MASTER_SITES= http://download.gale.org/ +MASTER_SITES= http://download.ofb.net/liboop/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= adns:${PORTSDIR}/net/adns \ wwwcore:${PORTSDIR}/www/libwww @@ -23,6 +23,6 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/w INSTALLS_SHLIB= yes post-patch: - @${PERL} -pi -e "s,%%GLIB_CONFIG%%,${GLIB_CONFIG},g" ${WRKSRC}/configure + @${PERL} -pi -e "s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/configure .include <bsd.port.mk> |