Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2019 16:06:56 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489868 - head/devel/anjuta
Message-ID:  <201901101606.x0AG6uEE087258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Jan 10 16:06:56 2019
New Revision: 489868
URL: https://svnweb.freebsd.org/changeset/ports/489868

Log:
  devel/anjuta: Do not set USE_LDCONFIG twice

Modified:
  head/devel/anjuta/Makefile

Modified: head/devel/anjuta/Makefile
==============================================================================
--- head/devel/anjuta/Makefile	Thu Jan 10 16:06:28 2019	(r489867)
+++ head/devel/anjuta/Makefile	Thu Jan 10 16:06:56 2019	(r489868)
@@ -42,7 +42,6 @@ INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 USE_GNOME=	cairo gtksourceview3 intlhack libgda5 libwnck3
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-symbol-db-shm=/tmp \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901101606.x0AG6uEE087258>