diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-29 14:09:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-29 14:09:10 +0800 |
commit | 1fd215409125de9def5c2e9fac485eae3c134a3f (patch) | |
tree | 6ad3ad01847f6c0b68659f62a5053bdb2ab7f320 /security/gnomekeyring | |
parent | 410ad0c7b78000eb70d4e15e820b404661394255 (diff) | |
download | freebsd-ports-gnome-1fd215409125de9def5c2e9fac485eae3c134a3f.tar.gz freebsd-ports-gnome-1fd215409125de9def5c2e9fac485eae3c134a3f.tar.zst freebsd-ports-gnome-1fd215409125de9def5c2e9fac485eae3c134a3f.zip |
Correct a typo. CONFIGURE_ARGS should obviously be CONFIGURE_ENV here.
Diffstat (limited to 'security/gnomekeyring')
-rw-r--r-- | security/gnomekeyring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnomekeyring/Makefile b/security/gnomekeyring/Makefile index a494b4b81b87..d2d171904dc9 100644 --- a/security/gnomekeyring/Makefile +++ b/security/gnomekeyring/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> |