diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-21 10:45:21 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-21 10:45:21 +0800 |
commit | d2fb7bf29645892e903f8b116fc57ebc6dc98d4e (patch) | |
tree | cc3fa7056c692aecba375dc63ed00d2e71f9b86d /security/gnome-keyring/Makefile | |
parent | c666e22e58f3f7150dd0adb2e43c1bf0d9ecf51b (diff) | |
download | marcuscom-ports-d2fb7bf29645892e903f8b116fc57ebc6dc98d4e.tar marcuscom-ports-d2fb7bf29645892e903f8b116fc57ebc6dc98d4e.tar.gz marcuscom-ports-d2fb7bf29645892e903f8b116fc57ebc6dc98d4e.tar.bz2 marcuscom-ports-d2fb7bf29645892e903f8b116fc57ebc6dc98d4e.tar.lz marcuscom-ports-d2fb7bf29645892e903f8b116fc57ebc6dc98d4e.tar.xz marcuscom-ports-d2fb7bf29645892e903f8b116fc57ebc6dc98d4e.tar.zst marcuscom-ports-d2fb7bf29645892e903f8b116fc57ebc6dc98d4e.zip |
Update to 0.3.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2519 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/Makefile')
-rw-r--r-- | security/gnome-keyring/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 0d2363322..0cc01e44c 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomekeyring -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-keyring/0.3 @@ -18,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" |