aboutsummaryrefslogtreecommitdiff
path: root/security/gnome-ssh-askpass
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 08:30:27 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 08:30:27 +0000
commitc55ac89dcdd6a84ca67f7888c69ebe78c1dac826 (patch)
tree123ddeae4f07536b3d89acc6409ce124aa06d373 /security/gnome-ssh-askpass
parentf7fc243237d967aba76bb0b8a954cf952eca0693 (diff)
downloadports-c55ac89dcdd6a84ca67f7888c69ebe78c1dac826.tar.gz
ports-c55ac89dcdd6a84ca67f7888c69ebe78c1dac826.zip
security category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382200
Diffstat (limited to 'security/gnome-ssh-askpass')
-rw-r--r--security/gnome-ssh-askpass/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnome-ssh-askpass/Makefile b/security/gnome-ssh-askpass/Makefile
index 37b403b89e20..9b5e2a26f4a2 100644
--- a/security/gnome-ssh-askpass/Makefile
+++ b/security/gnome-ssh-askpass/Makefile
@@ -21,9 +21,10 @@ PLIST_FILES= bin/gnome-ssh-askpass2
USES= pkgconfig
USE_GNOME= gtk20
-CFLAGS+= ${PTHREAD_LIBS}
+CFLAGS+= -lpthread
do-install:
- ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gnome-ssh-askpass2 ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gnome-ssh-askpass2 \
+ ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>