svn commit: r415451 - head/multimedia/imagination

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 18 14:03:50 UTC 2016


Author: amdmi3
Date: Wed May 18 14:03:49 2016
New Revision: 415451
URL: https://svnweb.freebsd.org/changeset/ports/415451

Log:
  - Simplify MASTER_SITES
  - Switch to USES=localbase
  - Fix build with disabled NLS
  
  Approved by:	portmgr blanket

Modified:
  head/multimedia/imagination/Makefile

Modified: head/multimedia/imagination/Makefile
==============================================================================
--- head/multimedia/imagination/Makefile	Wed May 18 14:00:04 2016	(r415450)
+++ head/multimedia/imagination/Makefile	Wed May 18 14:03:49 2016	(r415451)
@@ -5,7 +5,7 @@ PORTNAME=	imagination
 PORTVERSION=	3.0
 PORTREVISION=	5
 CATEGORIES=	multimedia
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES=	SF
 
 MAINTAINER=	jessefrgsmith at yahoo.ca
 COMMENT=	DVD slideshow maker
@@ -14,9 +14,7 @@ LIB_DEPENDS=	libsox.so:audio/sox \
 		libavcodec.so:multimedia/ffmpeg
 
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
-USES=		gmake pkgconfig libtool
+USES=		gmake pkgconfig libtool localbase
 USE_GNOME=	gtk20 intltool libxslt
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
@@ -25,6 +23,7 @@ OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext
+NLS_USES_OFF=	gettext-tools
 
 post-patch:
 	@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in


More information about the svn-ports-all mailing list