diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-03-08 00:24:18 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-03-08 00:24:18 +0000 |
commit | b2c1551a3b167f48df2fa1cbaa5f2f1efed891d9 (patch) | |
tree | 5268394b49268f38822e1f4777f8a3f56ff93139 /net-p2p/dctc/Makefile | |
parent | - Repocopy and move devel/lclint to devel/splint (diff) |
o update glib13 lib version to follow update in glib13/Makefile rev
1.50
PR: 35655
Submitted by: Antonio Carlos Venancio Junior <floripa@organiKa.com.br>
Diffstat (limited to 'net-p2p/dctc/Makefile')
-rw-r--r-- | net-p2p/dctc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index 356600626772..1d1b061368ce 100644 --- a/net-p2p/dctc/Makefile +++ b/net-p2p/dctc/Makefile @@ -15,7 +15,7 @@ MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - glib-1.3.13:${PORTSDIR}/devel/glib13 + glib-1.3.14:${PORTSDIR}/devel/glib13 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ |