Add a missing dependency on libxml2.
This commit is contained in:
parent
df14fb7951
commit
343d169ace
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212608
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME?= libpurple
|
||||
PORTVERSION= 2.4.1
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= net-im
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pidgin
|
||||
|
@ -19,7 +19,7 @@ COMMENT?= Backend library for the Pidgin multi-protocol messaging client
|
|||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME?= gnomeprefix gnomehack intlhack glib20
|
||||
USE_GNOME?= gnomeprefix gnomehack intlhack glib20 libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS?=--disable-gtkui \
|
||||
--disable-consoleui \
|
||||
|
|
Loading…
Reference in a new issue