aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-04-18 18:01:10 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-04-18 18:01:10 +0000
commitc28cc6a8c9eee13be2814f86d34f604ef6772361 (patch)
treea0d98b3a2faf8e6dc05512320879fd64a6890bae /security/pinentry/Makefile
parent33bda9636ada0da644b94af20e16f83b88ad7348 (diff)
downloadports-c28cc6a8c9eee13be2814f86d34f604ef6772361.tar.gz
ports-c28cc6a8c9eee13be2814f86d34f604ef6772361.zip
Notes
Diffstat (limited to 'security/pinentry/Makefile')
-rw-r--r--security/pinentry/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 1a329ce6b1ef..d445c4bf7c05 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -47,6 +47,7 @@ PLIST_SUB+= WITH_QT="@comment "
.if defined(PINENTRY_GTK)
USE_GNOME+= gtk12
PLIST_SUB+= WITH_GTK=""
+CONFIGURE_ENV+= CFLAGS=-I/usr/local/include
.else
CONFIGURE_ARGS+=--disable-pinentry-gtk
PLIST_SUB+= WITH_GTK="@comment "
@@ -63,6 +64,7 @@ PLIST_SUB+= WITH_GTK2="@comment "
.if defined(PINENTRY_CURSES)
PLIST_SUB+= WITH_CURSES=""
+CONFIGURE_ENV+= CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
.else
CONFIGURE_ARGS+=--disable-pinentry-curses
PLIST_SUB+= WITH_CURSES="@comment "