You can use any ethernet port as your "wan" port on the SRX110.
If you just need this to be DHCP client then add this configurtion to the port.
set interfaces fe-0/0/0 unit 0 family inet dhcp retransmission-attempt 6
set interfaces fe-0/0/0 unit 0 family inet dhcp retransmission-interval 5
set interfaces fe-0/0/0 unit 0 family inet dhcp update-server
you will then need to add this interface to the untrust zone
set security zones security-zone untrust interfaces fe-0/0/0.0
docs