svn commit: r301603 - head/security/proxytunnel
Emanuel Haupt
ehaupt at FreeBSD.org
Fri Jul 27 11:39:55 UTC 2012
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 at 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}
More information about the svn-ports-head
mailing list