mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
irc/smuxi: Add missing runtime dependencies.
Bump PORTREVISION to rebuild the package. PR: 280803 Reported by: khwerz@gmail.com
This commit is contained in:
parent
20e4aa5fc8
commit
acc59bfaab
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= smuxi
|
PORTNAME= smuxi
|
||||||
PORTVERSION= 1.2.1
|
PORTVERSION= 1.2.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= irc
|
CATEGORIES= irc
|
||||||
MASTER_SITES= http://www.smuxi.org/jaws/data/files/
|
MASTER_SITES= http://www.smuxi.org/jaws/data/files/
|
||||||
|
|
||||||
|
@ -17,7 +17,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/log4net.pc:devel/log4net \
|
||||||
bash:shells/bash \
|
bash:shells/bash \
|
||||||
intltool-update:textproc/intltool
|
intltool-update:textproc/intltool
|
||||||
LIB_DEPENDS= libstfl.so:devel/stfl
|
LIB_DEPENDS= libstfl.so:devel/stfl
|
||||||
RUN_DEPENDS= mono-addins>0:devel/mono-addins
|
RUN_DEPENDS= mono-addins>0:devel/mono-addins \
|
||||||
|
log4net>0:devel/log4net \
|
||||||
|
nini>0:devel/nini
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
Loading…
Add table
Reference in a new issue