diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-03-13 20:53:08 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-03-13 20:53:08 +0000 |
commit | 703d214e118086ea60679814b5aedffb18edb249 (patch) | |
tree | 568c2d54df57edf1826c7c7dd70fbcfd7e15deb8 /net-p2p/dctc | |
parent | ee127484052c082f87fe9653895f197289d5a32e (diff) | |
download | ports-703d214e118086ea60679814b5aedffb18edb249.tar.gz ports-703d214e118086ea60679814b5aedffb18edb249.zip |
Notes
Diffstat (limited to 'net-p2p/dctc')
-rw-r--r-- | net-p2p/dctc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index 1d1b061368ce..6cabda04b743 100644 --- a/net-p2p/dctc/Makefile +++ b/net-p2p/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 \ |