diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-07-27 19:39:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-07-27 19:39:54 +0800 |
commit | 74514a04725cf0d5ef864a0cbf17d940f19f25d7 (patch) | |
tree | c9de859ecce864b86cc829b4de5896bb14ef8c41 /security | |
parent | 7232c8ea95e26642a45895431f58bef25c3c7715 (diff) | |
download | freebsd-ports-gnome-74514a04725cf0d5ef864a0cbf17d940f19f25d7.tar.gz freebsd-ports-gnome-74514a04725cf0d5ef864a0cbf17d940f19f25d7.tar.zst freebsd-ports-gnome-74514a04725cf0d5ef864a0cbf17d940f19f25d7.zip |
Use the new USE_PKGCONFIG macro
Diffstat (limited to 'security')
-rw-r--r-- | security/proxytunnel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index 8f9dc6598ef2..d31f648299b5 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -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} |