diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-07 09:02:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-07 09:02:24 +0800 |
commit | cd8c6b779b91e7df81886928b299088b3b9160fc (patch) | |
tree | 017a1e9a29f4361bbbd4b59ca70f97f584597841 /security/gnome-keyring-manager | |
parent | 5b6d36c317ee1617b42c26493abed2eaea342d0f (diff) | |
download | marcuscom-ports-cd8c6b779b91e7df81886928b299088b3b9160fc.tar marcuscom-ports-cd8c6b779b91e7df81886928b299088b3b9160fc.tar.gz marcuscom-ports-cd8c6b779b91e7df81886928b299088b3b9160fc.tar.bz2 marcuscom-ports-cd8c6b779b91e7df81886928b299088b3b9160fc.tar.lz marcuscom-ports-cd8c6b779b91e7df81886928b299088b3b9160fc.tar.xz marcuscom-ports-cd8c6b779b91e7df81886928b299088b3b9160fc.tar.zst marcuscom-ports-cd8c6b779b91e7df81886928b299088b3b9160fc.zip |
* Fix installation prefix
* Use new libtool scheme
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2628 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring-manager')
-rw-r--r-- | security/gnome-keyring-manager/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile index c61e16983..c1592b54d 100644 --- a/security/gnome-keyring-manager/Makefile +++ b/security/gnome-keyring-manager/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomekeyringmanager PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-keyring-manager/0.0 @@ -18,12 +19,12 @@ COMMENT= GNOME keyring manager LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnomekeyring +USE_X_PREFIX= yes USE_BZIP2= yes - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |