Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Aug 2016 15:49:51 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420928 - head/games/mudmagic
Message-ID:  <201608261549.u7QFnpdU075825@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Aug 26 15:49:51 2016
New Revision: 420928
URL: https://svnweb.freebsd.org/changeset/ports/420928

Log:
  - Convert to USES=localbase sqlite
  - Register proxy dependencies found by stage-qa

Modified:
  head/games/mudmagic/Makefile

Modified: head/games/mudmagic/Makefile
==============================================================================
--- head/games/mudmagic/Makefile	Fri Aug 26 15:40:57 2016	(r420927)
+++ head/games/mudmagic/Makefile	Fri Aug 26 15:49:51 2016	(r420928)
@@ -17,15 +17,15 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libpcre.so:devel/pcre \
 		libpng.so:graphics/png \
 		libexpat.so:textproc/expat2 \
-		libsqlite3.so:databases/sqlite3
+		libfreetype.so:print/freetype2 \
+		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		gmake libtool pathfix pkgconfig python
-USE_GNOME=	gtk20 libglade2 libxml2
+USES=		gettext-runtime gmake libtool localbase pathfix \
+		pkgconfig python sqlite
+USE_GNOME=	cairo gdkpixbuf2 gtk20 libglade2 libxml2
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 LIBS+=		`${PYTHON_CMD:T}-config --libs` `pkg-config --libs gtk+-x11-2.0` `pkg-config --libs libcurl`
 
 post-patch:



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