Add a missing dependency on intltool where needed.
Reported by: pointyhat via linimon
This commit is contained in:
parent
f23c5bb08c
commit
d945f11bc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204409
4 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ PLIST= ${.CURDIR}/pkg-plist
|
|||
AVAHI_SLAVE= autoipd
|
||||
|
||||
MAN8= avahi-autoipd.8
|
||||
USE_GNOME= gnomehack gnometarget ltverhack
|
||||
USE_GNOME= gnomehack gnometarget ltverhack intltool
|
||||
PKGINSTALL= ${.CURDIR}/pkg-install
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -26,7 +26,7 @@ AVAHI_PKGCONFIG=avahi-ui.pc
|
|||
MAN1+= bssh.1
|
||||
MLINKS+= bssh.1 bvnc.1 \
|
||||
bssh.1 bshell.1
|
||||
USE_GNOME= gnomehack gnometarget ltverhack libglade2
|
||||
USE_GNOME= gnomehack gnometarget ltverhack intltool libglade2
|
||||
|
||||
post-build:
|
||||
@(cd ${WRKSRC}/avahi-discover-standalone; \
|
||||
|
|
|
@ -21,7 +21,7 @@ DESCR= ${.CURDIR}/pkg-descr
|
|||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
AVAHI_SLAVE= qt3
|
||||
USE_GNOME= gnomehack gnometarget ltverhack
|
||||
USE_GNOME= gnomehack gnometarget ltverhack intltool
|
||||
USE_QT_VER= 3
|
||||
AVAHI_PKGCONFIG= avahi-qt3.pc
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ DESCR= ${.CURDIR}/pkg-descr
|
|||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
AVAHI_SLAVE= qt4
|
||||
USE_GNOME= gnomehack gnometarget ltverhack
|
||||
USE_GNOME= gnomehack gnometarget ltverhack intltool
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib moc_build
|
||||
AVAHI_PKGCONFIG= avahi-qt4.pc
|
||||
|
|
Loading…
Reference in a new issue