diff options
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxslt/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index e0a9d615de1f..3369fc75b9df 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 DIST_SUBDIR= gnome2 -MAINTAINER= gnome@FreeBSD.org -COMMENT= XML parser library for GNOME +MAINTAINER?= gnome@FreeBSD.org +COMMENT?= XML parser library for GNOME USE_BZIP2= yes USE_GMAKE= yes diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 7c05a20b25a9..fe94da55282e 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 DIST_SUBDIR= gnome2 -MAINTAINER= gnome@FreeBSD.org -COMMENT= The XSLT C library for GNOME +MAINTAINER?= gnome@FreeBSD.org +COMMENT?= The XSLT C library for GNOME USE_BZIP2= yes USE_GMAKE= yes |