View Single Post
  #1   (View Single Post)  
Old 17th July 2008
jbhappy's Avatar
jbhappy jbhappy is offline
Real Name: Jeff
Port Guard
 
Join Date: Jun 2008
Location: MI, US
Posts: 30
Default passing make args/variables to builds of prerequisite ports

I'm trying to create a port for a locally-developed apache module, and I want apache to build with LDAP support (-DWITH_LDAP_MODULES) when it's built as a prerequisite to this module's port. But I can't figure out how to get that flag to the make process that builds apache without putting it on the command line when I build the module. Reading bsd.port.mk and bsd.apache.mk didn't help at all; neither did google, as I couldn't seem to come up with the right query.

Can anyone clue me in?
Reply With Quote