summaryrefslogtreecommitdiffstats
path: root/devel/glib20/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
commitd9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch)
tree0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /devel/glib20/Makefile
parent7c7d7065529de83ad11e25e81432355d363a367e (diff)
downloadmarcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r--devel/glib20/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index 12ff36ff3..17905fbb4 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -16,6 +16,7 @@ LICENSE= LGPL20
USE_XZ= yes
PORTSCOUT= limitw:1,even
+NO_STAGE= yes
.if !defined(REFERENCE_PORT)
@@ -73,7 +74,7 @@ GLIB_ARCH= ${ARCH}
CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL}
.if ${PORT_OPTIONS:MCOLLATION_FIX}
-LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu
+LIB_DEPENDS+= libicui18n.so:${PORTSDIR}/devel/icu
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \
${FILESDIR}/extra-patch-glib_gunicollate.c
# Disable it until someone can figure why it causes net-im/pidgin crashed.