diff options
Diffstat (limited to 'security/gnomekeyring/Makefile')
-rw-r--r-- | security/gnomekeyring/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/gnomekeyring/Makefile b/security/gnomekeyring/Makefile index b387e2e027ba..697617e18a58 100644 --- a/security/gnomekeyring/Makefile +++ b/security/gnomekeyring/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gnomekeyring -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-keyring/0.2 +MASTER_SITE_SUBDIR= sources/gnome-keyring/0.4 DISTNAME= gnome-keyring-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -19,9 +18,9 @@ COMMENT= A program that keeps passwords and other secrets USE_X_PREFIX= yes USE_BZIP2= yes -USE_GNOME= gnomehack lthack gtk20 +USE_GNOME= gnomehack gtk20 USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |