aboutsummaryrefslogtreecommitdiff
path: root/devel/ORBit2
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 /devel/ORBit2
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 'devel/ORBit2')
-rw-r--r--devel/ORBit2/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
index eee06dce35c7..5eddec88f744 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -14,8 +14,6 @@ COMMENT= High-performance CORBA ORB with support for the C language
USES= tar:bzip2
-.if !defined(REFERENCE_PORT)
-
GNU_CONFIGURE= yes
USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig
USE_GNOME= libidl referencehack
@@ -41,5 +39,3 @@ post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/orbit-2.0/idl-backends
.include <bsd.port.mk>
-
-.endif