Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
3455b276
Unverified
Commit
3455b276
authored
3 years ago
by
Tobias Kortkamp
Browse files
Options
Downloads
Patches
Plain Diff
net-mgmt/pmacct: Use opt_LIB_DEPENDS
parent
7069bc1a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net-mgmt/pmacct/Makefile
+6
-6
6 additions, 6 deletions
net-mgmt/pmacct/Makefile
with
6 additions
and
6 deletions
net-mgmt/pmacct/Makefile
+
6
−
6
View file @
3455b276
...
...
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
OPTIONS_DEFINE
=
MYSQL PGSQL SQLITE3 LAYER2 DEBUG GEOIP2
\
DOCS PLABEL RABBITMQ REDIS KAFKA AVRO EXAMPLES
OPTIONS_DEFAULT
=
LAYER2
OPTIONS_SUB
=
1
OPTIONS_SUB
=
yes
AVRO_DESC
=
Enable avro support
GEOIP2_DESC
=
Enable GeoIPv2
(
libmaxminddb
)
support
...
...
@@ -48,19 +48,19 @@ LAYER2_CONFIGURE_ENABLE= l2
PLABEL_CONFIGURE_ENABLE
=
plabel
DEBUG_CONFIGURE_ENABLE
=
debug
RABBITMQ_
VARS
=
LIB_DEPENDS
+
=
librabbitmq.so:net/rabbitmq-c-devel
RABBITMQ_LIB_DEPENDS
=
librabbitmq.so:net/rabbitmq-c-devel
RABBITMQ_CONFIGURE_ENABLE
=
rabbitmq
REDIS_
VARS
=
LIB_DEPENDS
+
=
libhiredis.so:databases/hiredis
REDIS_LIB_DEPENDS
=
libhiredis.so:databases/hiredis
REDIS_CONFIGURE_ENABLE
=
redis
KAFKA_
VARS
=
LIB_DEPENDS
+
=
librdkafka.so:net/librdkafka
KAFKA_LIB_DEPENDS
=
librdkafka.so:net/librdkafka
KAFKA_CONFIGURE_ENABLE
=
kafka
AVRO_
VARS
=
LIB_DEPENDS
+
=
libavro.so:devel/avro-c
AVRO_LIB_DEPENDS
=
libavro.so:devel/avro-c
AVRO_CONFIGURE_ENABLE
=
avro
GEOIP2_
VARS
=
LIB_DEPENDS
+
=
libmaxminddb.so:net/libmaxminddb
GEOIP2_LIB_DEPENDS
=
libmaxminddb.so:net/libmaxminddb
GEOIP2_CONFIGURE_ENABLE
=
geoipv2
.
include
<bsd.port.options.mk>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment