In same cases (e.g. gnome 1.4 installed), if you don't want to have
the gnome monitor, the install failed due to remaining auto detection stuff. Reported by: Andrew Heybey <ath@niksun.com> Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
parent
87712f144e
commit
7e20f5a78c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91537
1 changed files with 2 additions and 3 deletions
|
@ -17,7 +17,6 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
|||
|
||||
PLIST_SUB+= DOCSDIR=${DOCSDIR:S,${PREFIX}/,,}
|
||||
|
||||
WANT_GNOME= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -25,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GNOME)
|
||||
.if defined(WITH_GNOME)
|
||||
USE_GNOME= libgnomeui
|
||||
CONFIGURE_ARGS+= "--with-gnome"
|
||||
PKGNAMESUFFIX= -gnome
|
||||
|
@ -55,7 +54,7 @@ pre-install:
|
|||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/distcc ${PREFIX}/bin
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/distccmon-text ${PREFIX}/bin
|
||||
.if !defined(WITHOUT_GNOME) && ${HAVE_GNOME:Mlibgnomeui} != ""
|
||||
.if defined(WITH_GNOME) || defined(WITH_GTK)
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/distccmon-gnome ${PREFIX}/bin
|
||||
.endif
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/distccd ${PREFIX}/sbin
|
||||
|
|
Loading…
Reference in a new issue