Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2004 17:16:01 +0200
From:      funtik <funt@alarit.com>
To:        freebsd-ports@freebsd.org
Subject:   ports dependence
Message-ID:  <200401121716.01649.funt@alarit.com>

next in thread | raw e-mail | index | archive | help
  My port have a dependence from Apache:
    BUILD_DEPENDS= ${APXS}:$(PORTSDIR)/www/apache13-modssl
    but apache must be build with options:
    WITH_APACHE_SUEXEC=yes
    APACHE_SUEXEC_DOCROOT=$(DOCUMENT_ROOT)
    The next:
    BUILD_DEPENDS= 
${APXS}:$(PORTSDIR)/www/apache13-modssl:WITH_APACHE_SUEXEC=yes 
    APACHE_SUEXEC_DOCROOT=$(DOCUMENT_ROOT)
    don`t working.
    What do you think about this problem???
    Thanks



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