Lines 12-18
Link Here
|
12 |
|
12 |
|
13 |
PORTNAME= libxml2 |
13 |
PORTNAME= libxml2 |
14 |
PORTVERSION= 2.7.7 |
14 |
PORTVERSION= 2.7.7 |
15 |
PORTREVISION?= 0 |
15 |
PORTREVISION?= 1 |
16 |
CATEGORIES?= textproc gnome |
16 |
CATEGORIES?= textproc gnome |
17 |
MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \ |
17 |
MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \ |
18 |
ftp://gd.tuwien.ac.at/pub/libxml/ \ |
18 |
ftp://gd.tuwien.ac.at/pub/libxml/ \ |
Lines 46-51
Link Here
|
46 |
CONFIGURE_ARGS+= --without-schemas |
46 |
CONFIGURE_ARGS+= --without-schemas |
47 |
.endif |
47 |
.endif |
48 |
|
48 |
|
|
|
49 |
.if defined(WITHOUT_THREADS) |
50 |
CONFIGURE_ARGS+= --without-threads |
51 |
.endif |
52 |
|
49 |
.if defined(WITH_MEM_DEBUG) |
53 |
.if defined(WITH_MEM_DEBUG) |
50 |
CONFIGURE_ARGS+= --with-mem-debug |
54 |
CONFIGURE_ARGS+= --with-mem-debug |
51 |
.endif |
55 |
.endif |