diff options
author | lioux <lioux@FreeBSD.org> | 2002-03-14 04:53:08 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-03-14 04:53:08 +0800 |
commit | db112df2f99ff74470e0db51add4f009f1744756 (patch) | |
tree | 71da042e0e1798c31f7d4ea2fc931049fe2fc00d /net | |
parent | 5ae99359caa5095df0ad76f626936dd14eea6db9 (diff) | |
download | freebsd-ports-gnome-db112df2f99ff74470e0db51add4f009f1744756.tar.gz freebsd-ports-gnome-db112df2f99ff74470e0db51add4f009f1744756.tar.zst freebsd-ports-gnome-db112df2f99ff74470e0db51add4f009f1744756.zip |
Chase glib20 repo copy from glib13 (later removed). This was
overlooked by the glib20 sweep group :)
Diffstat (limited to 'net')
-rw-r--r-- | net/dctc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 1d1b061368ce..6cabda04b743 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -15,12 +15,15 @@ MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - glib-1.3.14:${PORTSDIR}/devel/glib13 + gthread-2.0.0:${PORTSDIR}/devel/glib20 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ + ${PTHREAD_CFLAGS} \ -I${LOCALBASE}/include/glib-2.0" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt -lglib-1.3" + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt \ + ${PTHREAD_LIBS} \ + -lgthread-2.0" DOC_DIRS= Documentation Documentation/DCextensions DOC_FILES= COPYING ChangeLog INSTALL README \ |