diff options
Diffstat (limited to 'security/tuntun/Makefile')
-rw-r--r-- | security/tuntun/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/tuntun/Makefile b/security/tuntun/Makefile index 2637c7e28d6e..0f517482f7f8 100644 --- a/security/tuntun/Makefile +++ b/security/tuntun/Makefile @@ -7,7 +7,7 @@ PORTNAME= tuntun PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= http://tuntun.googlecode.com/files/ @@ -20,6 +20,7 @@ CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \ CONFIGURE_ARGS= --libdir=${PREFIX}/libdata/servers USE_GMAKE= yes -USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel glib20 +USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel glib20 \ + libgnomeui .include <bsd.port.mk> |