diff options
author | lioux <lioux@FreeBSD.org> | 2002-03-08 08:24:18 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-03-08 08:24:18 +0800 |
commit | d3084d0825c43b523f4a8f291ff0df0eec89c5bd (patch) | |
tree | 7a2cd97d1eabdff1b403a4def9c58e003a09051c /net-p2p | |
parent | 80edd378640ccb62230d1bb06656a4bc08d74bb4 (diff) | |
download | freebsd-ports-gnome-d3084d0825c43b523f4a8f291ff0df0eec89c5bd.tar.gz freebsd-ports-gnome-d3084d0825c43b523f4a8f291ff0df0eec89c5bd.tar.zst freebsd-ports-gnome-d3084d0825c43b523f4a8f291ff0df0eec89c5bd.zip |
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')
-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 \ |