aboutsummaryrefslogtreecommitdiff
path: root/net/dctc
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-03-13 20:53:08 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-03-13 20:53:08 +0000
commit703d214e118086ea60679814b5aedffb18edb249 (patch)
tree568c2d54df57edf1826c7c7dd70fbcfd7e15deb8 /net/dctc
parentee127484052c082f87fe9653895f197289d5a32e (diff)
downloadports-703d214e118086ea60679814b5aedffb18edb249.tar.gz
ports-703d214e118086ea60679814b5aedffb18edb249.zip
Chase glib20 repo copy from glib13 (later removed). This was
overlooked by the glib20 sweep group :)
Notes
Notes: svn path=/head/; revision=56028
Diffstat (limited to 'net/dctc')
-rw-r--r--net/dctc/Makefile7
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 \