diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-23 20:29:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-23 20:29:49 +0000 |
commit | d945f11bc1bb7f9ac21bde257a703af13ff519b7 (patch) | |
tree | 73c8879e892cd58725b7fe5b08e202e628d8bce5 /net | |
parent | f23c5bb08cfae4551eabb886c693aeae880adef6 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi-autoipd/Makefile | 2 | ||||
-rw-r--r-- | net/avahi-gtk/Makefile | 2 | ||||
-rw-r--r-- | net/avahi-qt3/Makefile | 2 | ||||
-rw-r--r-- | net/avahi-qt4/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/avahi-autoipd/Makefile b/net/avahi-autoipd/Makefile index 0ea32d7c7591..c8d6aa5f987b 100644 --- a/net/avahi-autoipd/Makefile +++ b/net/avahi-autoipd/Makefile @@ -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" diff --git a/net/avahi-gtk/Makefile b/net/avahi-gtk/Makefile index 0b7df00d6839..36ceeb45301a 100644 --- a/net/avahi-gtk/Makefile +++ b/net/avahi-gtk/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; \ diff --git a/net/avahi-qt3/Makefile b/net/avahi-qt3/Makefile index 22a224905606..889ef6ff5f95 100644 --- a/net/avahi-qt3/Makefile +++ b/net/avahi-qt3/Makefile @@ -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 diff --git a/net/avahi-qt4/Makefile b/net/avahi-qt4/Makefile index 5b212fe74b21..32459da451a6 100644 --- a/net/avahi-qt4/Makefile +++ b/net/avahi-qt4/Makefile @@ -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 |