diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-11-06 22:57:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-11-06 22:57:42 +0000 |
commit | 284c3710ee9dd0a632b6e46c4695ca690fdc48d8 (patch) | |
tree | 6f1143f32c80ada611f8d752a2b11912d791c751 /textproc | |
parent | Comment out libxml++: recent PORTCOMMENT patch is breaking index builds (diff) |
On second thoughts, back out the PORTCOMMENT change and add back
pkg-comment for now.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml++/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxml++/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/libxml++26/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxml++26/pkg-comment | 1 |
5 files changed, 3 insertions, 3 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 26ccee8c4d01..4241ffe0b99f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -115,7 +115,7 @@ SUBDIR += latte SUBDIR += libtre SUBDIR += libxml -# SUBDIR += libxml++ + SUBDIR += libxml++ SUBDIR += libxml2 SUBDIR += libxode SUBDIR += libxslt diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index 943a3de9ed20..a3d4a4a938b0 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -8,7 +8,6 @@ PORTNAME= libxml++ PORTVERSION= 0.14.p2 -PORTCOMMENT= XML API for C++ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} diff --git a/textproc/libxml++/pkg-comment b/textproc/libxml++/pkg-comment new file mode 100644 index 000000000000..d1cd9c9f1f2b --- /dev/null +++ b/textproc/libxml++/pkg-comment @@ -0,0 +1 @@ +XML API for C++ diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 943a3de9ed20..a3d4a4a938b0 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -8,7 +8,6 @@ PORTNAME= libxml++ PORTVERSION= 0.14.p2 -PORTCOMMENT= XML API for C++ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} diff --git a/textproc/libxml++26/pkg-comment b/textproc/libxml++26/pkg-comment new file mode 100644 index 000000000000..d1cd9c9f1f2b --- /dev/null +++ b/textproc/libxml++26/pkg-comment @@ -0,0 +1 @@ +XML API for C++ |