diff options
Diffstat (limited to 'security/tuntun/Makefile')
-rw-r--r-- | security/tuntun/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/tuntun/Makefile b/security/tuntun/Makefile index 0f517482f7f8..4adc200146f6 100644 --- a/security/tuntun/Makefile +++ b/security/tuntun/Makefile @@ -7,13 +7,15 @@ PORTNAME= tuntun PORTVERSION= 0.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security gnome MASTER_SITES= http://tuntun.googlecode.com/files/ MAINTAINER= anderson@cnpm.embrapa.br COMMENT= A Gnome applet gui for OpenVPN +LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \ LIBS="`pkg-config --libs libgnomeui-2.0`" |