diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-18 14:03:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-18 14:03:49 +0000 |
commit | a706f57e10f2df5f3f884c7c68b1addc4c66a4aa (patch) | |
tree | 7cd8d1f0678dd7ab175b610b0856935929efe9b5 | |
parent | - Simplify MASTER_SITES (diff) |
- Simplify MASTER_SITES
- Switch to USES=localbase
- Fix build with disabled NLS
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=415451
-rw-r--r-- | multimedia/imagination/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/imagination/Makefile b/multimedia/imagination/Makefile index b1d500baaa1d..3648e5ec13de 100644 --- a/multimedia/imagination/Makefile +++ b/multimedia/imagination/Makefile @@ -5,7 +5,7 @@ PORTNAME= imagination PORTVERSION= 3.0 PORTREVISION= 5 CATEGORIES= multimedia -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF MAINTAINER= jessefrgsmith@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 |