Lines 335-340
Link Here
|
335 |
# Implies the inclusion of bsd.gnustep.mk. |
335 |
# Implies the inclusion of bsd.gnustep.mk. |
336 |
# (Also see that file for more information on |
336 |
# (Also see that file for more information on |
337 |
# USE_GNUSTEP_*). |
337 |
# USE_GNUSTEP_*). |
|
|
338 |
# USE_EMACS - If set, this port relies on (X)Emacs. |
338 |
## |
339 |
## |
339 |
# USE_GNOME - A list of the Gnome dependencies the port has (e.g., |
340 |
# USE_GNOME - A list of the Gnome dependencies the port has (e.g., |
340 |
# glib12, gtk12). Implies that the port needs Gnome. |
341 |
# glib12, gtk12). Implies that the port needs Gnome. |
Lines 1315-1321
Link Here
|
1315 |
.include "${PORTSDIR}/Mk/bsd.openssl.mk" |
1316 |
.include "${PORTSDIR}/Mk/bsd.openssl.mk" |
1316 |
.endif |
1317 |
.endif |
1317 |
|
1318 |
|
1318 |
.if defined(EMACS_PORT_NAME) |
1319 |
.if defined(USE_EMACS) |
1319 |
.include "${PORTSDIR}/Mk/bsd.emacs.mk" |
1320 |
.include "${PORTSDIR}/Mk/bsd.emacs.mk" |
1320 |
.endif |
1321 |
.endif |
1321 |
|
1322 |
|