diff options
| -rw-r--r-- | security/ssh_askpass_gtk2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/ssh_askpass_gtk2/Makefile b/security/ssh_askpass_gtk2/Makefile index 82d03ab51dc5..4367ad525e01 100644 --- a/security/ssh_askpass_gtk2/Makefile +++ b/security/ssh_askpass_gtk2/Makefile @@ -22,6 +22,9 @@ USE_GNOME= gtk20 PLIST_FILES= bin/ssh-askpass-fullscreen +post-patch: + ${REINPLACE_CMD} -e "s,gcc,${CC}," ${WRKSRC}/Makefile + do-install: cd ${WRKSRC};\ ${INSTALL_PROGRAM} ssh-askpass-fullscreen ${PREFIX}/bin/ssh-askpass-fullscreen;\ |
