diff options
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r-- | devel/glib20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index f18e50141a85..b903036aec1f 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -17,8 +17,8 @@ PORTSCOUT= limitw:1,even .if !defined(REFERENCE_PORT) -LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \ - libffi.so:${PORTSDIR}/devel/libffi +LIB_DEPENDS+= libpcre.so:devel/pcre \ + libffi.so:devel/libffi GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -78,7 +78,7 @@ GLIB_ARCH= ${ARCH} CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL} .if ${PORT_OPTIONS:MCOLLATION_FIX} -LIB_DEPENDS+= libicui18n.so:${PORTSDIR}/devel/icu +LIB_DEPENDS+= libicui18n.so: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. |