svn commit: r301608 - head/textproc/mythes

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 27 12:53:32 UTC 2012


Author: bapt
Date: Fri Jul 27 12:53:31 2012
New Revision: 301608
URL: http://svn.freebsd.org/changeset/ports/301608

Log:
  use PKGCONFIG macro

Modified:
  head/textproc/mythes/Makefile

Modified: head/textproc/mythes/Makefile
==============================================================================
--- head/textproc/mythes/Makefile	Fri Jul 27 12:40:32 2012	(r301607)
+++ head/textproc/mythes/Makefile	Fri Jul 27 12:53:31 2012	(r301608)
@@ -16,7 +16,8 @@ COMMENT=	Simple thesaurus library
 
 LIB_DEPENDS=	hunspell-1.3:${PORTSDIR}/textproc/hunspell
 
-USE_GNOME=	gnomehack pkgconfig
+USE_GNOME=	gnomehack
+USE_PKGCONFIG=	build
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



More information about the svn-ports-all mailing list