svn commit: r489868 - head/devel/anjuta

Tobias Kortkamp tobik at FreeBSD.org
Thu Jan 10 16:06:57 UTC 2019


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 \


More information about the svn-ports-head mailing list