diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-10 05:56:28 +0000 |
commit | ae52bc80895a23ddbe33b86e75a9cf331ae32ba9 (patch) | |
tree | 5538a7d3541f6d56e4bbab9c6329f5b9db64dafb /security/tuntun | |
parent | 7934df773e0cc2a9924de75dd7cad9cc3d79d4ee (diff) |
Notes
Diffstat (limited to 'security/tuntun')
-rw-r--r-- | security/tuntun/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/tuntun/Makefile b/security/tuntun/Makefile index 450737825e0c..acdfb884cea4 100644 --- a/security/tuntun/Makefile +++ b/security/tuntun/Makefile @@ -14,6 +14,8 @@ MAINTAINER= anderson@cnpm.embrapa.br COMMENT= A Gnome applet gui for OpenVPN GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \ + LIBS="`pkg-config --libs libgnomeui-2.0`" CONFIGURE_ARGS= --libdir=${PREFIX}/libdata/servers USE_GMAKE= yes |