Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:13:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400790 - head/archivers/py-librtfcomp
Message-ID:  <201511042013.tA4KDqr6062447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  4 20:13:52 2015
New Revision: 400790
URL: https://svnweb.freebsd.org/changeset/ports/400790

Log:
  - Add LICENSE_FILE
  - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/archivers/py-librtfcomp/Makefile

Modified: head/archivers/py-librtfcomp/Makefile
==============================================================================
--- head/archivers/py-librtfcomp/Makefile	Wed Nov  4 20:13:48 2015	(r400789)
+++ head/archivers/py-librtfcomp/Makefile	Wed Nov  4 20:13:52 2015	(r400790)
@@ -12,8 +12,9 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python bindings for library for handling compressed RTF documents
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LICENCE
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/pyrexc:${PORTSDIR}/devel/pyrex
+BUILD_DEPENDS=	pyrexc:${PORTSDIR}/devel/pyrex
 LIB_DEPENDS=	librtfcomp.so:${PORTSDIR}/archivers/librtfcomp
 
 CONFIGURE_ARGS=	--enable-python-bindings



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