Date: Fri, 27 Jul 2012 11:39:55 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301603 - head/security/proxytunnel Message-ID: <201207271139.q6RBdtcO001012@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Jul 27 11:39:54 2012 New Revision: 301603 URL: http://svn.freebsd.org/changeset/ports/301603 Log: Use the new USE_PKGCONFIG macro Modified: head/security/proxytunnel/Makefile Modified: head/security/proxytunnel/Makefile ============================================================================== --- head/security/proxytunnel/Makefile Fri Jul 27 11:39:11 2012 (r301602) +++ head/security/proxytunnel/Makefile Fri Jul 27 11:39:54 2012 (r301603) @@ -15,7 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_PKGCONFIG= build MAKE_JOBS_SAFE= yes ALL_TARGET= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207271139.q6RBdtcO001012>