summaryrefslogtreecommitdiff
path: root/textproc/libxslt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-09-19 10:43:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-09-19 10:43:46 +0000
commit6b5e7cdc84f681759f84ae1f985793f7be940603 (patch)
tree9880fbb17c63b9e95cd359092a9328d13632bd36 /textproc/libxslt
parentnet-im/nextcloud-talk: Update to 9.0.4 (diff)
In preparation of the update of glib remove the -reference ports
Those ports mainly concern old Gnome2 libraries, the behaviour of this infra is not compatible with the meson build system (being used in newer version) the documentation is provided otherwise in the other version
Notes
Notes: svn path=/head/; revision=548955
Diffstat (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 39c19468e051..33a2dc5ec2e0 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -12,8 +12,6 @@ DIST_SUBDIR= gnome2
MAINTAINER?= desktop@FreeBSD.org
COMMENT?= The XSLT C library for GNOME
-.if !defined(REFERENCE_PORT)
-
USES+= cpe gmake gnome localbase libtool pathfix
CPE_VENDOR= xmlsoft
GNU_CONFIGURE= yes
@@ -47,5 +45,3 @@ post-patch:
${WRKSRC}/doc/Makefile.in
.include <bsd.port.mk>
-
-.endif