Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 20:21:19 +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: r399768 - head/textproc/p5-Search-Odeum
Message-ID:  <201510192021.t9JKLJNW029983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct 19 20:21:18 2015
New Revision: 399768
URL: https://svnweb.freebsd.org/changeset/ports/399768

Log:
  - Use USES=localbase

Modified:
  head/textproc/p5-Search-Odeum/Makefile

Modified: head/textproc/p5-Search-Odeum/Makefile
==============================================================================
--- head/textproc/p5-Search-Odeum/Makefile	Mon Oct 19 20:21:14 2015	(r399767)
+++ head/textproc/p5-Search-Odeum/Makefile	Mon Oct 19 20:21:18 2015	(r399768)
@@ -16,9 +16,8 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libqdbm.so:${PORTSDIR}/databases/qdbm
 
-CFLAGS+=	-I${LOCALBASE}/include
 USE_PERL5=	configure
-USES=		perl5
+USES=		localbase perl5
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Search/Odeum/Odeum.so



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