diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-26 15:19:30 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-26 15:19:30 +0800 |
commit | d5c939b1a18d7ebfafd7038b9ab6ef5e67ab790f (patch) | |
tree | 6898c8e5b497ade10b301620183eb80b68ef6acf /irc/irssi-otr | |
parent | f8efe5ccbf0bdd7e4bd2301fc8778275147244e6 (diff) | |
download | freebsd-ports-gnome-d5c939b1a18d7ebfafd7038b9ab6ef5e67ab790f.tar.gz freebsd-ports-gnome-d5c939b1a18d7ebfafd7038b9ab6ef5e67ab790f.tar.zst freebsd-ports-gnome-d5c939b1a18d7ebfafd7038b9ab6ef5e67ab790f.zip |
For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.
For all but kdenetwork4 use =build. For it use both just in case.
For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV
Diffstat (limited to 'irc/irssi-otr')
-rw-r--r-- | irc/irssi-otr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile index bdb92e3150e4..12ca0a8bca47 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -27,6 +27,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_CMAKE= yes USE_LDCONFIG= yes USE_GNOME= glib20 +USE_PKGCONFIG= build PLIST_FILES= lib/irssi/modules/libotr.so \ %%DOCSDIR%%/LICENSE %%DOCSDIR%%/README |