Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2006 15:33:57 +0400
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        Matthew Seaman <m.seaman@infracaninophile.co.uk>
Cc:        gurkan@linuks.mine.nu, freebsd-ports@freebsd.org
Subject:   Re: Dependency problem with databases/gdl2
Message-ID:  <450D32A5.3050105@FreeBSD.org>
In-Reply-To: <450D19FF.9090707@infracaninophile.co.uk>
References:  <450D19FF.9090707@infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Seaman wrote:
> The dependency on libGorm.so cannot point to '/usr/ports/' as the port to
> intall to fulfill itself.  I guess that's meant to say
> /usr/ports/devel/gorm  This patch looks to my untutored eye as if it might
> provide the necessary fix:
> 
> happy-idiot-talk:...ports/databases/gdl2:% diff -u Makefile{.save,} 
> --- Makefile.save       Sun Sep 17 10:38:33 2006
> +++ Makefile    Sun Sep 17 10:38:52 2006
> @@ -29,7 +29,7 @@
>  # USE_LDCONFIG=        yes
>  INSTALL_SHLIBS=        yes
>  MAKEFILE=      GNUmakefile
> -SLIDESHOWKIT_PORT?=    devel/gorm
> +GORM_PORT?=    devel/gorm
>  USE_PGSQL=     yes
>  
>  .include <bsd.port.mk>
> 

Looks good. I'll commit it after checking the port build.

-- 
Dixi.
Sem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?450D32A5.3050105>