mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- This port links against devel/bglibs which is now a shared
library, thus turn BUILD_DEPENDS into LIB_DEPENDS as bglibs are now required not only at build time, but at run-time as well - Bump PORTREVISION Prompted by: oliver
This commit is contained in:
parent
78f062c77f
commit
3f8ff9b4a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173465
1 changed files with 2 additions and 1 deletions
|
@ -7,13 +7,14 @@
|
||||||
|
|
||||||
PORTNAME= qmail-qfilter
|
PORTNAME= qmail-qfilter
|
||||||
PORTVERSION= 2.1
|
PORTVERSION= 2.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://untroubled.org/${PORTNAME}/
|
MASTER_SITES= http://untroubled.org/${PORTNAME}/
|
||||||
|
|
||||||
MAINTAINER= sergei@FreeBSD.org
|
MAINTAINER= sergei@FreeBSD.org
|
||||||
COMMENT= Front-end for qmail-queue to run messages through filters
|
COMMENT= Front-end for qmail-queue to run messages through filters
|
||||||
|
|
||||||
BUILD_DEPENDS= ${BGLIBS_LIB}/libbg.a:${PORTSDIR}/devel/bglibs
|
LIB_DEPENDS= bg-sysdeps.1:${PORTSDIR}/devel/bglibs
|
||||||
|
|
||||||
USE_GPG= yes
|
USE_GPG= yes
|
||||||
SIG_SUFFIX= .sig
|
SIG_SUFFIX= .sig
|
||||||
|
|
Loading…
Add table
Reference in a new issue