Index: head/multimedia/imagination/Makefile =================================================================== --- head/multimedia/imagination/Makefile (revision 415450) +++ head/multimedia/imagination/Makefile (revision 415451) @@ -1,34 +1,33 @@ # Created by: Jesse # $FreeBSD$ 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 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 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 @${REINPLACE_CMD} '/^imagination_LDADD =/s/$$/ -lm/' \ ${WRKSRC}/src/Makefile.in .include