diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-09-18 20:55:32 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-09-18 20:55:32 +0800 |
commit | b03b1b26844b6feca6b74d0e605d73978bc9879c (patch) | |
tree | 524b8c7e07c84fc2f4e3e23360c31bda91551e61 /lang/ccscript | |
parent | 32a191497c69d6f1fd679d08315297f020acc97a (diff) | |
download | freebsd-ports-gnome-b03b1b26844b6feca6b74d0e605d73978bc9879c.tar.gz freebsd-ports-gnome-b03b1b26844b6feca6b74d0e605d73978bc9879c.tar.zst freebsd-ports-gnome-b03b1b26844b6feca6b74d0e605d73978bc9879c.zip |
- Update LIB_DEPENDS (to match new libs in commoncpp)
- Fix CONFIGURE_ENV (noticed by ade)
- Remove gratuitous blank line
Diffstat (limited to 'lang/ccscript')
-rw-r--r-- | lang/ccscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 1abaf8caeffb..bdf45d774558 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -12,14 +12,14 @@ MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/ MAINTAINER= dyfet@gnu.org -LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccio-1.2.0:${PORTSDIR}/devel/commoncpp USE_GMAKE= yes USE_LIBTOOL= yes USE_AUTOCONF= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib -lpthread" +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib post-extract: @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ |