QT4 Port Installing Too Many Deps

2013-03-15 Thread Robert Simmons
I'm trying to install the quassel port with only the quassel core not any of the client components. I'm running into two problems: 1) Even when I specify the CORE only make option, make still tries to install absolutely everything related to qt4 and X11, the whole kitchen sink. This is the line

Re: Qt4 port

2007-02-23 Thread Michael Nottebrock
On Monday, 19. February 2007 16:23, Cristiano Panvel wrote: > Hello, > > I installed the Qt4 of ports, and am trying to compile my codes more I > am getting error. > > using shell csh > > setenv QTDIR /usr/X11R6 > setenv PATH ${PATH}:${QTDIR}/bin > setenv LD_LIBRARY_PATH ${QTDIR}/lib > setenv QMAKE

Qt4 port

2007-02-19 Thread Cristiano Panvel
Hello, I installed the Qt4 of ports, and am trying to compile my codes more I am getting error. using shell csh setenv QTDIR /usr/X11R6 setenv PATH ${PATH}:${QTDIR}/bin setenv LD_LIBRARY_PATH ${QTDIR}/lib setenv QMAKESPEC freebsd-g++ when I go to compile it remains this error and it is in Loop