- Add dependency on qt4-network to fix build
- Bump PORTREVISION Reported by: swills
This commit is contained in:
parent
e0a17d558f
commit
94dff112d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349334
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= luckybackup
|
PORTNAME= luckybackup
|
||||||
PORTVERSION= 0.4.8
|
PORTVERSION= 0.4.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/source
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/source
|
||||||
|
|
||||||
|
@ -13,7 +14,7 @@ LICENSE= GPLv3
|
||||||
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
||||||
|
|
||||||
USES= qmake
|
USES= qmake
|
||||||
USE_QT4= gui moc_build rcc_build uic_build
|
USE_QT4= gui network moc_build rcc_build uic_build
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|/usr|$$$${PREFIX}|g' -e '/INSTALLS/s|debianmenu ||' \
|
${REINPLACE_CMD} -e 's|/usr|$$$${PREFIX}|g' -e '/INSTALLS/s|debianmenu ||' \
|
||||||
|
|
Loading…
Reference in a new issue