diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-29 06:09:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-29 06:09:10 +0000 |
commit | 7e9684d9058a20b319e703419d2e046c9c49c43e (patch) | |
tree | 1c5685176417992efb9faf5c5620f3e954f9148a /security/gnome-keyring | |
parent | ad0ad4efad4fb80f7753b1c21230d0159050db86 (diff) | |
download | ports-7e9684d9058a20b319e703419d2e046c9c49c43e.tar.gz ports-7e9684d9058a20b319e703419d2e046c9c49c43e.zip |
Notes
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r-- | security/gnome-keyring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index a494b4b81b87..d2d171904dc9 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -23,7 +23,7 @@ USE_GNOME= gnomehack lthack gtk20 USE_GMAKE= yes USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |