aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgnomecanvas
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 /graphics/libgnomecanvas
parent7234ba6c51b428ca01a0a92e57ed2fe12e785fba (diff)
downloadports-6b5e7cdc84f681759f84ae1f985793f7be940603.tar.gz
ports-6b5e7cdc84f681759f84ae1f985793f7be940603.zip
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 'graphics/libgnomecanvas')
-rw-r--r--graphics/libgnomecanvas/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
index 07e1d2a8ce7a..4f7f2dc476df 100644
--- a/graphics/libgnomecanvas/Makefile
+++ b/graphics/libgnomecanvas/Makefile
@@ -14,8 +14,6 @@ COMMENT= Graphics library for GNOME
USES+= tar:bzip2
-.if !defined(REFERENCE_PORT)
-
USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig
USE_LDCONFIG= yes
USE_GNOME= intltool libglade2 libartlgpl2 referencehack
@@ -28,5 +26,3 @@ LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
-
-.endif