diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:26:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:26:08 +0000 |
commit | 0178653192192afa707f483c4b0f9111af5eeee1 (patch) | |
tree | 7fb3974a6426bec4aab6014a30924f80d14ad145 /net/liboauth | |
parent | 7ae19c3ad41d026409c8678165acb0a915c67d34 (diff) | |
download | ports-0178653192192afa707f483c4b0f9111af5eeee1.tar.gz ports-0178653192192afa707f483c4b0f9111af5eeee1.zip |
Notes
Diffstat (limited to 'net/liboauth')
-rw-r--r-- | net/liboauth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/liboauth/Makefile b/net/liboauth/Makefile index 1c17221cca98..25564a410ead 100644 --- a/net/liboauth/Makefile +++ b/net/liboauth/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" USE_OPENSSL= yes -USE_GNOME= pkgconfig +USES= pkgconfig USE_LDCONFIG= yes MAN3= oauth.3 |